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-05 22:26:04,515 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5080ms 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-05 22:26:06,011 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-05 22:26:08,379 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-05-05 22:26:08,486 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-05-05 22:26:08,757 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-05-05 22:26:08,907 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-05-05 22:26:08,910 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 1a38e8f5-7b96-4c62-8582-9fa6a6f4f0f9, name: keycloak-0-49414 2026-05-05 22:26:08,919 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-05 22:26:08,919 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-05 22:26:08,930 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.43714 2026-05-05 22:26:09,274 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-05 22:26:10,154 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-05 22:26:10,154 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-05 22:26:10,315 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-05-05 22:26:10,565 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-05 22:26:10,565 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-05 22:26:10,707 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-05 22:26:10,707 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-05 22:26:10,937 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-49414: no members discovered after 2003 ms: creating cluster as coordinator 2026-05-05 22:26:10,951 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-49414|0] (1) [keycloak-0-49414] 2026-05-05 22:26:10,967 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-49414`, physical addresses are `[10.0.0.113:59250]` 2026-05-05 22:27:01,399 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-49414, Site name: null 2026-05-05 22:27:01,595 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-05-05 22:27:01,619 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-05-05 22:27:03,782 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 59.067s. Listening on: http://0.0.0.0:8080 2026-05-05 22:27:03,783 INFO [io.quarkus] (main) Profile prod activated. 2026-05-05 22:27:03,784 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-05 22:27:03,966 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-05-05 22:27:19,463 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=142314aa-763e-4f00-b621-5d69bd0adc61, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=76054451-4314-4614-809c-dda8da51b6c7, client_auth_method=client-secret, username=admin, authSessionParentId=dc26ee96-5456-48cf-8a38-1f6498f5d94b, authSessionTabId=RgFM1CA6njA 2026-05-05 22:27:21,105 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=REALM, resourcePath=atmosphere 2026-05-05 22:27:21,945 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=b8f4d969-8470-4877-8b37-a3b70b665e8f, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=839c57b5-5797-475d-9798-077408a71b45, client_auth_method=client-secret, username=admin, authSessionParentId=991e5a60-3bfc-4aee-a26c-abc011763d80, authSessionTabId=Xq6wk1NWTV0 2026-05-05 22:27:22,051 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/a323de1c-4f6c-4f18-9c09-7da45ff8a68f 2026-05-05 22:27:22,153 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/a323de1c-4f6c-4f18-9c09-7da45ff8a68f/protocol-mappers/models/ff53429b-9703-4c7c-88f9-08fe96f359d9 2026-05-05 22:27:43,514 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=84518744-aa80-43cd-a8bc-3959a18309ff, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=74be5aad-d0ef-4987-8529-085b12ce2db7, client_auth_method=client-secret, username=admin, authSessionParentId=e1d673fc-ae01-4ab0-bd34-017452e95b2b, authSessionTabId=3me-uaurBmY 2026-05-05 22:27:43,626 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/650c74a8-ae07-4f08-9c7b-1bc12b8f9a09 2026-05-05 22:27:44,026 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=e84be096-7147-45dd-8e92-afa56b132d0b, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=20641261-8569-4ba7-80be-10f7f08dc743, client_auth_method=client-secret, username=admin, authSessionParentId=dfa61792-7519-4536-b306-3b9abe3bf4cf, authSessionTabId=D9PKBGERlSU 2026-05-05 22:27:44,094 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/cf100df5-725c-4e4c-90ae-14a9f26cecb1 2026-05-05 22:27:44,495 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=7f788dbc-96c8-4c3a-9f8a-fffec7a49d65, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=0db39ead-3504-4b60-a08a-c173afd647dd, client_auth_method=client-secret, username=admin, authSessionParentId=c4ec5b37-1813-41e0-86e3-6e98c9dad1c0, authSessionTabId=krySV6EP8gc 2026-05-05 22:27:44,563 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/842a3b3f-422e-488a-b03f-05ff7b52e124 2026-05-05 22:27:45,183 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=926eb13f-b879-41d2-9994-38695a8ca56f, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=d83325cb-2d0d-4c18-aa70-93710febd9ac, client_auth_method=client-secret, username=admin, authSessionParentId=be878cc2-9fbb-421c-9d7e-7405dfa6b46b, authSessionTabId=WL4HaNz0oCk 2026-05-05 22:27:45,296 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE, resourcePath=clients/650c74a8-ae07-4f08-9c7b-1bc12b8f9a09/roles/member 2026-05-05 22:27:45,661 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=fb7fd29a-3e7b-4154-916e-233c48713e6c, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=b50ba841-0c43-48cf-b44c-eceb34083b20, client_auth_method=client-secret, username=admin, authSessionParentId=51052603-ac53-423a-9d3c-3c1cf03ff29e, authSessionTabId=7gbAcStFquk 2026-05-05 22:27:45,747 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE, resourcePath=clients/cf100df5-725c-4e4c-90ae-14a9f26cecb1/roles/admin 2026-05-05 22:27:46,121 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=694cb113-9256-4c07-abca-a91280b380b1, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=5cfbb66f-f814-47fa-9bf4-04325551050b, client_auth_method=client-secret, username=admin, authSessionParentId=62d3e4d6-d6cb-49b7-9b51-ccc76648640a, authSessionTabId=RDLJb92h058 2026-05-05 22:27:46,207 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE, resourcePath=clients/cf100df5-725c-4e4c-90ae-14a9f26cecb1/roles/editor 2026-05-05 22:27:46,591 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=34dfe6a6-d05c-4c3a-be83-6e574a211b7b, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=5d7469ef-7b9f-4395-a4bf-a9f7bb50250e, client_auth_method=client-secret, username=admin, authSessionParentId=a919a428-b245-40de-a514-ec8cb55a1784, authSessionTabId=5A_a7gfwUwo 2026-05-05 22:27:46,691 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE, resourcePath=clients/cf100df5-725c-4e4c-90ae-14a9f26cecb1/roles/viewer 2026-05-05 22:27:47,061 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=2aca139c-0ff9-47bd-834d-8986160a5a34, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=2307953f-c5dc-4f48-9211-19572aed5ef4, client_auth_method=client-secret, username=admin, authSessionParentId=d1f3d6ae-5a32-4b09-8ad4-2b3e9e8a6403, authSessionTabId=S9YN5ImwgdE 2026-05-05 22:27:47,144 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE, resourcePath=clients/842a3b3f-422e-488a-b03f-05ff7b52e124/roles/member 2026-05-05 22:30:25,498 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=1b738ac6-f4df-463a-9f27-0ee88d464238, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=9c7a5c20-b757-4556-bcd4-6ff7c9855687, client_auth_method=client-secret, username=admin, authSessionParentId=fa92ec97-8401-493c-8867-80a0397748e0, authSessionTabId=RSAc2jaSn10 2026-05-05 22:30:25,770 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=REALM, resourcePath=null 2026-05-05 22:30:27,074 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=2ebd3307-c20c-4f7d-bc13-05fb0481ae4f, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=042de113-b500-4fc3-882d-2e43de773f08, client_auth_method=client-secret, username=admin, authSessionParentId=fca2d02c-14cc-4328-9aed-27e908d67ae5, authSessionTabId=IPOeKINtF28 2026-05-05 22:30:27,156 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/6e7f4453-c1ea-470f-b197-e9e94e3c04ab 2026-05-05 22:30:27,807 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=ae6ace1d-3f0c-4b38-9739-9ebf2c005cd6, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=556e9cec-20cd-403b-9bd0-d30ee62ad8a2, client_auth_method=client-secret, username=admin, authSessionParentId=5318d9ad-5b22-466e-9252-d75cc87bc4ff, authSessionTabId=jHRk9wjkZ0M 2026-05-05 22:30:28,070 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/b8c76b46-4063-443d-8253-32857f5db59a/role-mappings/clients/1c11e9ae-96d8-4347-832d-e32833dc3477 2026-05-05 23:27:06,384 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=f45e11a0-df57-4dd6-a9dc-8a9a83c04e2f, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=c62ca530-fe49-4ac8-825a-f298396f15bf, client_auth_method=client-secret, username=admin, authSessionParentId=a3f1fa0c-58c1-4114-94a6-eb368d3dab8d, authSessionTabId=zT9WFSczkx8 2026-05-05 23:27:06,559 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=REALM, resourcePath=null 2026-05-05 23:27:07,263 INFO [org.keycloak.events] (executor-thread-3) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=f5ca3780-94a1-4695-b4ba-73c278276762, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=a66cba0f-b718-4473-b62e-7eac786758c1, client_auth_method=client-secret, username=admin, authSessionParentId=7fdc095c-6efb-48a5-ab79-d2fbaeabcbe7, authSessionTabId=A8h9kLQnbIY 2026-05-05 23:27:07,329 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/a323de1c-4f6c-4f18-9c09-7da45ff8a68f 2026-05-05 23:27:07,403 INFO [org.keycloak.events] (executor-thread-3) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/a323de1c-4f6c-4f18-9c09-7da45ff8a68f/protocol-mappers/models/ff53429b-9703-4c7c-88f9-08fe96f359d9 2026-05-05 23:27:13,660 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=015859ea-fbbd-4795-8a3e-b589a7bdc037, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=0e673ed2-cbcd-47d5-9e22-7b770d41540f, client_auth_method=client-secret, username=admin, authSessionParentId=c81d16e6-71e7-4176-a7e8-edd9bf3530f9, authSessionTabId=5o-Fp0ot8t4 2026-05-05 23:27:13,721 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/650c74a8-ae07-4f08-9c7b-1bc12b8f9a09 2026-05-05 23:27:14,082 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=9665943d-d8e0-477a-af39-96b32c1c782c, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=b4b43562-6369-42da-ada8-eaaba2e57412, client_auth_method=client-secret, username=admin, authSessionParentId=831a7f95-371e-4303-be9c-68439cf53af6, authSessionTabId=Hc3NPeOxB-M 2026-05-05 23:27:14,145 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/cf100df5-725c-4e4c-90ae-14a9f26cecb1 2026-05-05 23:27:14,545 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=f489007a-7ba8-49d0-88ef-da4fc2f52827, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=29c49962-fa90-4a2f-bd61-a95a5c0eda03, client_auth_method=client-secret, username=admin, authSessionParentId=76e1c639-8909-4761-86f9-0a6418f3d379, authSessionTabId=3io9yPFm4LU 2026-05-05 23:27:14,589 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/842a3b3f-422e-488a-b03f-05ff7b52e124 2026-05-05 23:27:15,281 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=8c52aae0-8164-4fee-b139-c72a3b29d583, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=bea45390-f3bc-4173-8b5d-0d0276299af3, client_auth_method=client-secret, username=admin, authSessionParentId=8ea617b0-7814-4867-b10b-d50b619f5298, authSessionTabId=ADVYxatA5ss 2026-05-05 23:27:15,679 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=69e225ec-37be-48d0-9b86-780fc6deaed4, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=1cf5be04-8efb-446d-8ecb-327a193a4ce3, client_auth_method=client-secret, username=admin, authSessionParentId=3f2fbc68-b60d-49f2-939f-107f35bd2959, authSessionTabId=WzRU2XfCR1k 2026-05-05 23:27:16,039 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=8bb6fc52-8635-475a-89bd-13be6a6fcc5d, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=9b261ad2-bbd9-4adb-9057-ed781e93fd7e, client_auth_method=client-secret, username=admin, authSessionParentId=ca99fa19-f42f-4ac8-9b69-1e3ca526cc13, authSessionTabId=QQ7_GuK0aAo 2026-05-05 23:27:16,397 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=e3931630-ee29-483d-b56a-908574848b44, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=2b1c92d1-b3a2-423a-af53-d398f24d5f94, client_auth_method=client-secret, username=admin, authSessionParentId=fe31bf69-093b-453b-9278-4b63deee1cc4, authSessionTabId=EqZh6SFX_xg 2026-05-05 23:27:16,749 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=463e11e7-eac6-45f0-9d4b-015487b528ba, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=91ce8e91-8a43-49df-b09a-c031925bf530, client_auth_method=client-secret, username=admin, authSessionParentId=6866e9e0-9972-4440-88bc-72325f512285, authSessionTabId=W1uC8FygzBY 2026-05-05 23:28:26,519 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=9aaa0aea-1ed8-4aa9-9664-5051e74d8ecc, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=5ce1df57-1440-4bf8-aa0c-780d1386e5b0, client_auth_method=client-secret, username=admin, authSessionParentId=a91525b6-4beb-4588-b11c-cda49953cca3, authSessionTabId=1BIODp3Zwb4 2026-05-05 23:28:26,605 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=REALM, resourcePath=null 2026-05-05 23:28:28,124 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=f4502096-7b18-4b61-8a3a-3af89a0a80ee, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=412f0dc0-91c6-4191-a01e-097b81f18fb0, client_auth_method=client-secret, username=admin, authSessionParentId=3851f8da-a4d9-4032-8ab2-9b119d37597a, authSessionTabId=m4DLTko3Qyk 2026-05-05 23:28:28,181 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=c5791f7c-8bd9-4d74-9589-03fbe67412e0, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, resourceType=CLIENT, resourcePath=clients/6e7f4453-c1ea-470f-b197-e9e94e3c04ab 2026-05-05 23:28:28,825 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=6fdbfc64-d4f4-4b80-8046-15415fa30f9b, clientId=admin-cli, userId=9bbd6f03-d966-495c-ad7a-583b34c54113, ipAddress=199.19.213.219, auth_method=openid-connect, token_id=6890cef4-32af-4346-8616-36ecb7b1ac83, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=a7444347-d928-44a2-af2e-8d5d2a46a123, client_auth_method=client-secret, username=admin, authSessionParentId=e8012a02-0ac6-49bc-8ac5-e45efd0b5723, authSessionTabId=3wPnyrlGtxU