Appending additional Java properties to JAVA_OPTS: -Djgroups.dns.query=keycloak-headless.auth-system.svc.cluster.local Changes detected in configuration. Updating the server image. Updating the configuration and installing your custom providers, if any. Please wait. 2026-05-09 13:01:24,583 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5178ms Server configuration updated and persisted. Run the following command to review the configuration: kc.sh show-config Next time you run the server, just run: kc.sh start --optimized --http-enabled=true --http-port=8080 --hostname-strict=false --spi-events-listener-jboss-logging-success-level=info --spi-events-listener-jboss-logging-error-level=warn WARNING: The '--auto-build' option for 'start' command is DEPRECATED and no longer needed. When executing the 'start' command, a new server image is automatically built based on the configuration. If you want to disable this behavior and achieve an optimal startup time, use the '--optimized' option instead. 2026-05-09 13:01:26,020 INFO [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: Base URL: , Hostname: , Strict HTTPS: false, Path: , Strict BackChannel: false, Admin URL: , Admin: , Port: -1, Proxied: true 2026-05-09 13:01:28,283 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-05-09 13:01:28,375 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-05-09 13:01:28,585 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-05-09 13:01:28,813 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-05-09 13:01:28,814 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 5f47e40d-6fdf-4e7a-b84d-c5b68efb44e2, name: keycloak-0-49317 2026-05-09 13:01:28,824 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20MB, but the OS only allocated 4.19MB 2026-05-09 13:01:28,824 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 4.19MB 2026-05-09 13:01:28,838 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.43607 2026-05-09 13:01:29,182 WARN [io.quarkus.vertx.http.runtime.VertxHttpRecorder] (main) The X-Forwarded-* and Forwarded headers will be considered when determining the proxy address. This configuration can cause a security issue as clients can forge requests and send a forwarded header that is not overwritten by the proxy. Please consider use one of these headers just to forward the proxy address in requests. 2026-05-09 13:01:29,985 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:29,986 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:30,162 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-05-09 13:01:30,358 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:30,358 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:30,460 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:30,461 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-05-09 13:01:30,844 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-49317: no members discovered after 2002 ms: creating cluster as coordinator 2026-05-09 13:01:30,856 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-49317|0] (1) [keycloak-0-49317] 2026-05-09 13:01:30,875 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-49317`, physical addresses are `[10.0.0.197:59143]` 2026-05-09 13:02:04,911 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-49317, Site name: null 2026-05-09 13:02:05,087 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-05-09 13:02:05,127 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-05-09 13:02:07,514 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 42.723s. Listening on: http://0.0.0.0:8080 2026-05-09 13:02:07,515 INFO [io.quarkus] (main) Profile prod activated. 2026-05-09 13:02:07,515 INFO [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-h2, jdbc-mariadb, jdbc-mssql, jdbc-mysql, jdbc-oracle, jdbc-postgresql, keycloak, logging-gelf, micrometer, narayana-jta, reactive-routes, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-health, vertx] 2026-05-09 13:02:07,687 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-05-09 13:02:27,044 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=312be2a5-db02-4729-be7b-98e7ebb20161, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=171e334c-85d5-4525-a27a-07a088a4989f, client_auth_method=client-secret, username=admin, authSessionParentId=1e5a8874-e536-4e47-a1c4-fe33fcaffa41, authSessionTabId=JK0bKvkej2Y 2026-05-09 13:02:29,029 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=REALM, resourcePath=atmosphere 2026-05-09 13:02:29,940 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=65f21942-e2e4-4542-804a-121a409d4ffb, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=793c0136-051d-4d10-bfe6-016ed8be75be, client_auth_method=client-secret, username=admin, authSessionParentId=e144a283-eecf-48a4-b996-b115fb745b9a, authSessionTabId=Ly3m3XtdFxs 2026-05-09 13:02:30,047 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/6af072ef-830e-4d0b-8e9e-3d8b1965cca5 2026-05-09 13:02:30,148 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/6af072ef-830e-4d0b-8e9e-3d8b1965cca5/protocol-mappers/models/3942596e-5a26-41ba-a140-b73018325237 2026-05-09 13:02:51,349 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=0e1890b2-db9e-491e-8408-34bf696a8711, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=fb69d99e-04fc-4dc1-bcf2-6ec41ac0ed57, client_auth_method=client-secret, username=admin, authSessionParentId=7569702f-f49f-4be3-8a1f-c07124b417e4, authSessionTabId=DzmO9uLzIWs 2026-05-09 13:02:51,470 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/2ed290b4-3919-4470-a93a-70fdec7d06d4 2026-05-09 13:02:51,858 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=268897f3-7f28-451b-8864-87e5d67b252e, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=37b936b6-3b37-420d-b09f-bc178e4dafe0, client_auth_method=client-secret, username=admin, authSessionParentId=6e17149b-f4ed-467a-b189-01ae16384c6e, authSessionTabId=Y3oU5VzDzgI 2026-05-09 13:02:51,933 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/22bd8b7b-24ca-4499-acd1-e1bc9e6cf966 2026-05-09 13:02:52,310 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=91a15bd6-6568-4785-b5e1-0ddecb295cf0, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=dedafed0-5504-4154-8c8f-27461e6fef7f, client_auth_method=client-secret, username=admin, authSessionParentId=d4845715-e082-44ad-918b-bfd9a47e6273, authSessionTabId=zK2-1vXiCI4 2026-05-09 13:02:52,391 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/752bd697-8152-4f4e-8190-a05fc0912e50 2026-05-09 13:02:53,031 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=a6dbb95b-0f9b-4146-a052-b169f7ea73e8, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=07f7059f-cd02-42f9-bf76-6e98a1440c9c, client_auth_method=client-secret, username=admin, authSessionParentId=cf4d4e16-4a75-40d1-9cd6-a969aca248e1, authSessionTabId=bu0UVW3QbjI 2026-05-09 13:02:53,148 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE, resourcePath=clients/2ed290b4-3919-4470-a93a-70fdec7d06d4/roles/member 2026-05-09 13:02:53,520 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=1d72c6f5-e256-46f2-9138-40b74503a67b, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=783b01cf-82e9-47a6-bb48-f9e5fa3ff8bd, client_auth_method=client-secret, username=admin, authSessionParentId=7db65708-2928-4427-8abe-1d9601c0a95d, authSessionTabId=ndG1nKirS44 2026-05-09 13:02:53,874 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE, resourcePath=clients/22bd8b7b-24ca-4499-acd1-e1bc9e6cf966/roles/admin 2026-05-09 13:02:54,334 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=910cb705-e87b-427e-8e67-bccf0769a6a4, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=a35d14ab-da3a-4035-b884-02cc6221d5fd, client_auth_method=client-secret, username=admin, authSessionParentId=ad52bba8-981a-4c42-88ac-bc4c5f1117f3, authSessionTabId=DBG2bXNfArY 2026-05-09 13:02:54,423 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE, resourcePath=clients/22bd8b7b-24ca-4499-acd1-e1bc9e6cf966/roles/editor 2026-05-09 13:02:54,783 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=59522e5c-e2ce-443a-a014-c7e8282df421, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=e0dea5cd-6939-46d8-a8a4-376743206c39, client_auth_method=client-secret, username=admin, authSessionParentId=49096535-0524-48b1-a1bb-90b4b3806af8, authSessionTabId=hLBoN9N3tl4 2026-05-09 13:02:54,885 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE, resourcePath=clients/22bd8b7b-24ca-4499-acd1-e1bc9e6cf966/roles/viewer 2026-05-09 13:02:55,268 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=9afac789-af8a-4f9f-b1c1-3facbe6da70e, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=63e6546e-ff5a-4af4-9a2d-6c2c7c0186e7, client_auth_method=client-secret, username=admin, authSessionParentId=a54c1ca4-c6f9-4bf1-b96e-e36249a5847b, authSessionTabId=qpjU0Apskjc 2026-05-09 13:02:55,352 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE, resourcePath=clients/752bd697-8152-4f4e-8190-a05fc0912e50/roles/member 2026-05-09 13:05:13,624 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=4e5708d5-e87e-486f-9075-3b031465853c, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=d7b4818c-88c0-4efb-a478-dd1d62c0d4a3, client_auth_method=client-secret, username=admin, authSessionParentId=4e814af4-5897-49c3-9187-cf713871ecf0, authSessionTabId=Nsmq4KMDDJ0 2026-05-09 13:05:13,805 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=REALM, resourcePath=null 2026-05-09 13:05:15,200 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=c250743c-b260-419e-a427-73a509d6bbba, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=a4148aa1-2c0f-4724-a9c2-039562c6deba, client_auth_method=client-secret, username=admin, authSessionParentId=66e925d7-5299-421f-ad1c-f2e7abe98b70, authSessionTabId=f8XBw9qsUK4 2026-05-09 13:05:15,289 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/788a631a-0078-4d84-803b-e1186946a1de 2026-05-09 13:05:15,939 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=155d4962-e7f2-4710-bfc7-e858a842b3ea, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=947c4f47-df8c-484c-a9ee-c5dc5bc569cb, client_auth_method=client-secret, username=admin, authSessionParentId=5b70b275-835f-403b-9365-32beb7e4e60a, authSessionTabId=x8xD_SihXHQ 2026-05-09 13:05:16,217 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/d21d4e77-c8cb-4136-8784-fe37abd4e99a/role-mappings/clients/759de6bf-1f4f-4685-9638-25a1a6624653 2026-05-09 13:56:01,201 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=c9828bf7-fbdc-4a35-8cf6-2fc25f8d7141, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=285659ac-6e76-4fe5-a68f-5432b56d24cf, client_auth_method=client-secret, username=admin, authSessionParentId=ccd84f0b-ac6b-4506-a452-7944e14cdce8, authSessionTabId=Vta4LGu3Jp8 2026-05-09 13:56:01,360 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=REALM, resourcePath=null 2026-05-09 13:56:02,081 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=0bf6c126-5742-4d6a-8206-226283b9ec19, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=da7f4d6d-0a98-4003-9d09-e39cf6cf0d56, client_auth_method=client-secret, username=admin, authSessionParentId=1e4abf78-b755-45fb-bd64-d3b8ad018f3b, authSessionTabId=Kq-4gBiy8E4 2026-05-09 13:56:02,137 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/6af072ef-830e-4d0b-8e9e-3d8b1965cca5 2026-05-09 13:56:02,212 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/6af072ef-830e-4d0b-8e9e-3d8b1965cca5/protocol-mappers/models/3942596e-5a26-41ba-a140-b73018325237 2026-05-09 13:56:08,666 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=2ccc2c7d-578c-407a-b38a-ff861cc2c666, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=b3b19291-6765-44a6-8371-556238566c1e, client_auth_method=client-secret, username=admin, authSessionParentId=9796cb9c-95a9-4b8a-8df4-98853bc2f08a, authSessionTabId=pJR7dwDEV7E 2026-05-09 13:56:08,725 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/2ed290b4-3919-4470-a93a-70fdec7d06d4 2026-05-09 13:56:09,101 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=7a5defa2-9800-4839-8ce5-9e0dfc37fd41, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=0b4277f1-5f1d-4f2d-b1b6-3211d02f5838, client_auth_method=client-secret, username=admin, authSessionParentId=edc6b49b-69ce-46c0-a5c1-53c380289678, authSessionTabId=2Koakw7r2Hw 2026-05-09 13:56:09,158 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/22bd8b7b-24ca-4499-acd1-e1bc9e6cf966 2026-05-09 13:56:09,536 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=6f9d7fa6-707e-4d20-9184-0c7f506e088b, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=c01cf5a5-763e-443e-b28f-5cfd5f497b13, client_auth_method=client-secret, username=admin, authSessionParentId=9d6b58cb-746d-409d-b598-746691609153, authSessionTabId=MQ-htJJIh4w 2026-05-09 13:56:09,591 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/752bd697-8152-4f4e-8190-a05fc0912e50 2026-05-09 13:56:10,289 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=f56996c4-4146-4526-9d6e-39fe5e237716, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=25bf0a69-01f0-4a6e-b68b-22f97481e8e6, client_auth_method=client-secret, username=admin, authSessionParentId=ecc1aa02-2fcf-4810-ba66-6846c346113b, authSessionTabId=aO4RiZwvPgs 2026-05-09 13:56:10,655 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=974bd7a7-9354-4106-b5e9-b761006060e3, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=09c8c94a-4bb4-468c-bde5-5504c9598e67, client_auth_method=client-secret, username=admin, authSessionParentId=2545eaca-93bb-44cc-8967-0b646a5b81a6, authSessionTabId=xr5vH_VHkHY 2026-05-09 13:56:11,021 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=66ff9854-7ca4-4a87-a999-d324273184ff, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=ab64bcc7-30c9-4961-8dde-6da0a225abf1, client_auth_method=client-secret, username=admin, authSessionParentId=7281c747-0b48-4f31-b6dd-c6fe09022a7a, authSessionTabId=GfVM6iYoRiM 2026-05-09 13:56:11,408 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=086bf311-0ad9-4c36-bb42-6ba8bcf50b90, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=e5c75bdc-f82f-4a31-9860-3e63887f8b9d, client_auth_method=client-secret, username=admin, authSessionParentId=7726674f-ce75-4c1f-bce3-c5bdf71d0815, authSessionTabId=xoEnXeVoKOE 2026-05-09 13:56:11,775 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=26e0acfc-0516-4e4d-ba11-ac77e056e2ba, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=c5e95639-e327-4bda-a961-b3f901436c5c, client_auth_method=client-secret, username=admin, authSessionParentId=97f9bec5-1505-4c9a-91fd-9fcc597c34db, authSessionTabId=Ya1uhGoWzgM 2026-05-09 13:57:27,664 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=9d5dcc5f-9b8b-495d-862d-1e824035b17c, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=94c1306d-0a16-47c0-89df-45827782668e, client_auth_method=client-secret, username=admin, authSessionParentId=5af2ca4e-3cfa-4dd5-a226-afe88be59e90, authSessionTabId=0MNZZNFK7a0 2026-05-09 13:57:27,778 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=REALM, resourcePath=null 2026-05-09 13:57:29,349 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=f2b60b42-c71c-47f2-bb33-a7a80ea9666c, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=4e184077-fd43-4946-bc99-2a56a9ed6c12, client_auth_method=client-secret, username=admin, authSessionParentId=9e9ca0cf-b226-41e4-8c09-f5a876372a30, authSessionTabId=zc6Nwdgyl6U 2026-05-09 13:57:29,397 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=6559faee-2cf1-4ee1-90b9-13948d89769f, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, resourceType=CLIENT, resourcePath=clients/788a631a-0078-4d84-803b-e1186946a1de 2026-05-09 13:57:30,122 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=34a4db97-87c9-4e0f-a008-1f9e8f5a43b5, clientId=admin-cli, userId=28b15427-c8c8-4b74-99b5-e4ff0b63bdee, ipAddress=199.19.213.81, auth_method=openid-connect, token_id=be6d348f-ad69-4985-8db0-c9df7f0b16f2, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=e3c98f05-92a6-4d26-84e7-0095ba147b02, client_auth_method=client-secret, username=admin, authSessionParentId=bf23aa74-8a62-4dd6-a06c-0813cb5437fe, authSessionTabId=U9PLFQgYtK8