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-08-20 01:26:31,222 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5236ms 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-08-20 01:26:32,743 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-08-20 01:26:35,048 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-08-20 01:26:35,165 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-08-20 01:26:35,456 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-08-20 01:26:35,617 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-08-20 01:26:35,620 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 6b5b72f5-e17f-4b2a-bfd1-199f1eb5ce4d, name: keycloak-0-45163 2026-08-20 01:26:35,628 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-08-20 01:26:35,628 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-08-20 01:26:35,648 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.41066 2026-08-20 01:26:35,938 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-08-20 01:26:37,661 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-45163: no members discovered after 2003 ms: creating cluster as coordinator 2026-08-20 01:26:37,671 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-45163|0] (1) [keycloak-0-45163] 2026-08-20 01:26:37,686 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-45163`, physical addresses are `[10.0.0.28:56602]` 2026-08-20 01:26:38,162 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-45163, Site name: null 2026-08-20 01:26:39,006 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-08-20 01:26:39,006 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-08-20 01:26:39,162 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-08-20 01:26:39,362 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-08-20 01:26:39,362 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-08-20 01:26:39,462 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-08-20 01:26:39,462 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-08-20 01:27:10,909 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-08-20 01:27:10,927 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-08-20 01:27:13,108 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 41.673s. Listening on: http://0.0.0.0:8080 2026-08-20 01:27:13,109 INFO [io.quarkus] (main) Profile prod activated. 2026-08-20 01:27:13,109 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-08-20 01:27:13,322 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-08-20 01:27:28,559 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=ecdbc74c-a770-48e9-939f-60db330585de, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=7c5673ea-364a-4501-ad1f-3fde5a4e2908, client_auth_method=client-secret, username=admin, authSessionParentId=a004a0f3-aec7-4642-8b03-d7e944169acf, authSessionTabId=QNL0myJWO88 2026-08-20 01:27:29,909 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=REALM, resourcePath=atmosphere 2026-08-20 01:27:30,759 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=1a41a808-4df1-4066-85ac-d6cfc3168881, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=cee8b927-2b63-46b2-a14f-cb699e9f1203, client_auth_method=client-secret, username=admin, authSessionParentId=2065e65b-b70a-4820-ab44-f357187dac92, authSessionTabId=auTQybN1osQ 2026-08-20 01:27:30,856 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/37fe9478-eac9-49d4-8daf-33fef094a2a2 2026-08-20 01:27:30,946 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/37fe9478-eac9-49d4-8daf-33fef094a2a2/protocol-mappers/models/cbb2b9ba-c111-4400-8982-2498faf2f5af 2026-08-20 01:27:52,305 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=6e67c868-dbba-44a1-a780-9c06e7d22bb2, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=efb9e962-1de7-4b00-a7ec-d75812ea5ed5, client_auth_method=client-secret, username=admin, authSessionParentId=98b3b852-31f9-460b-8fd7-456c22622cfe, authSessionTabId=YgEFB9tmTbA 2026-08-20 01:27:52,413 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT, resourcePath=clients/54e81899-f8cb-4953-8bbb-7766b0175916 2026-08-20 01:27:52,818 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=e967fcb3-c3f3-4ff5-9514-7f02579a0c3c, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=7e8dcbe0-69f3-4818-8624-6896de33d488, client_auth_method=client-secret, username=admin, authSessionParentId=2dbebd4a-cd29-4583-9b5a-a202a43faf0d, authSessionTabId=QxGTFCgvmHg 2026-08-20 01:27:52,902 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT, resourcePath=clients/2dbe031f-a6ef-41ee-b2fb-ac4c7c10315b 2026-08-20 01:27:53,290 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=8685ff36-f78a-4675-a92d-b64c9c878787, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=e223fbf3-2f65-416c-8610-cf4ffb1a9b87, client_auth_method=client-secret, username=admin, authSessionParentId=7d301b8a-2c9f-47eb-a7d5-17bc93e47b52, authSessionTabId=0pys9hEdWs8 2026-08-20 01:27:53,361 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT, resourcePath=clients/774ca212-765d-4e1a-9936-a426368fe63c 2026-08-20 01:27:54,081 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=4209aad3-2ae1-48ef-87bf-d7a1f966711b, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=be58ab8f-5ae3-41fb-a997-0f54e4a2b8f5, client_auth_method=client-secret, username=admin, authSessionParentId=55c7374b-4079-4a4e-8943-56eba5478362, authSessionTabId=xM5Zhoe1kA0 2026-08-20 01:27:54,211 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE, resourcePath=clients/54e81899-f8cb-4953-8bbb-7766b0175916/roles/member 2026-08-20 01:27:54,619 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=9c2f09b2-5a99-4793-a194-b15e38799c39, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=bacbb16c-b3de-4276-ad55-60d52deb189b, client_auth_method=client-secret, username=admin, authSessionParentId=afe37991-4998-4802-a959-d53d1a3ddb10, authSessionTabId=4DghQAJEtmY 2026-08-20 01:27:54,710 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE, resourcePath=clients/2dbe031f-a6ef-41ee-b2fb-ac4c7c10315b/roles/admin 2026-08-20 01:27:55,080 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=62029210-427a-47da-942e-db7a2123acda, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=0b504ad8-8ebc-4d07-8dde-517ee5e78081, client_auth_method=client-secret, username=admin, authSessionParentId=3534dcca-c135-4a7a-83fe-7fdfb4efeb1e, authSessionTabId=QiZRU9a3K5c 2026-08-20 01:27:55,174 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE, resourcePath=clients/2dbe031f-a6ef-41ee-b2fb-ac4c7c10315b/roles/editor 2026-08-20 01:27:55,562 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=d94067c8-26d1-4860-ab3a-dc63f4a676ef, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=421ee7fc-50db-4fa7-8d26-2755b187b021, client_auth_method=client-secret, username=admin, authSessionParentId=2bbec79a-6e13-4d16-b2b2-5c48023863e6, authSessionTabId=-JgQZtnkpCY 2026-08-20 01:27:55,661 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE, resourcePath=clients/2dbe031f-a6ef-41ee-b2fb-ac4c7c10315b/roles/viewer 2026-08-20 01:27:56,039 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=df60e1bc-4d39-4aeb-a7ba-44ad91d07e42, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=151cfbb4-4bed-4331-8a2b-d00e7bc9a850, client_auth_method=client-secret, username=admin, authSessionParentId=9e5571c6-71c6-49bc-9d04-ad80fcc98679, authSessionTabId=GIFmrQOyNXc 2026-08-20 01:27:56,124 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE, resourcePath=clients/774ca212-765d-4e1a-9936-a426368fe63c/roles/member 2026-08-20 01:30:14,089 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=5f429019-3d63-4d5b-9d66-19396350dcc4, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=dfc4e1ef-92ed-4bef-930a-f356882240b5, client_auth_method=client-secret, username=admin, authSessionParentId=96e1c87d-d633-4499-a5a8-a2da617abc94, authSessionTabId=66lZ46oPvII 2026-08-20 01:30:14,278 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=REALM, resourcePath=null 2026-08-20 01:30:15,717 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=5330f9d1-720b-4964-adde-55652f12cb43, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=aa9ee6a1-53aa-4208-93a1-74af91e28d0b, client_auth_method=client-secret, username=admin, authSessionParentId=b28734f9-5785-4cb6-88c8-a8594fcb5bf7, authSessionTabId=5sPClEEVoro 2026-08-20 01:30:15,812 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT, resourcePath=clients/51e25f9a-714e-4377-a00a-165303efa09b 2026-08-20 01:30:16,566 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=admin-cli, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, auth_method=openid-connect, token_id=c781b118-300d-4bc9-bcaa-a5faeca6195f, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=b258cd3b-4935-4cfa-8ea1-4c31ff513f07, client_auth_method=client-secret, username=admin, authSessionParentId=0d41dbf8-9a28-41c9-9e02-298bc408f917, authSessionTabId=0SU9nOf-DEg 2026-08-20 01:30:16,855 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=260d9f61-7115-404a-a9ca-efbfcd9c55e3, clientId=7536194c-b98f-4d26-9d3d-cd0180b43303, userId=3de84d8a-3a5e-4da2-a3d6-2f6472923ab3, ipAddress=199.19.213.184, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/f18de996-ce33-40f6-aebc-f35bf89478a3/role-mappings/clients/06a0c456-cba4-4b74-91ed-fb29a314d69d