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-04-17 05:59:11,636 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5047ms 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-04-17 05:59:13,044 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-04-17 05:59:15,290 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-04-17 05:59:15,416 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-04-17 05:59:15,588 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-04-17 05:59:15,704 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-04-17 05:59:15,707 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 5c6c7935-e1ca-44ea-8d8d-6fa7b8e0d2cd, name: keycloak-0-13770 2026-04-17 05:59:15,715 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-04-17 05:59:15,715 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-04-17 05:59:15,725 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.41847 2026-04-17 05:59:16,064 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-04-17 05:59:17,730 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-13770: no members discovered after 2003 ms: creating cluster as coordinator 2026-04-17 05:59:17,742 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-13770|0] (1) [keycloak-0-13770] 2026-04-17 05:59:17,757 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-13770`, physical addresses are `[10.0.0.47:57383]` 2026-04-17 05:59:18,210 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-13770, Site name: null 2026-04-17 05:59:18,216 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-04-17 05:59:19,012 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-04-17 05:59:19,012 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-04-17 05:59:19,173 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-04-17 05:59:19,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-04-17 05:59:19,363 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-04-17 05:59:19,458 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-04-17 05:59:19,458 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-04-17 05:59:48,676 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-04-17 05:59:50,904 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 39.081s. Listening on: http://0.0.0.0:8080 2026-04-17 05:59:50,905 INFO [io.quarkus] (main) Profile prod activated. 2026-04-17 05:59:50,905 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-04-17 05:59:51,064 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-04-17 06:00:07,716 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=f18b4eb0-4fd4-404e-a2a9-44508b4fe55a, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=1ce69212-0e05-42a8-bc81-6bf0b3187919, client_auth_method=client-secret, username=admin, authSessionParentId=f2cddba2-31cb-44ad-b27e-8ed7f53b7ed4, authSessionTabId=KxZjtJQzdY8 2026-04-17 06:00:09,535 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=REALM, resourcePath=atmosphere 2026-04-17 06:00:10,365 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=931a6d88-22de-4ed9-8dfe-af59124ac215, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=18256c81-7855-414b-aa01-00cecf7a9f7c, client_auth_method=client-secret, username=admin, authSessionParentId=70d6c03b-5269-41e5-9796-0cc202e637ef, authSessionTabId=jZbqehNz0kg 2026-04-17 06:00:10,443 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/7455d4de-0f66-40cc-aa38-74a47c86ce7b 2026-04-17 06:00:10,509 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/7455d4de-0f66-40cc-aa38-74a47c86ce7b/protocol-mappers/models/9dc67ea0-f3a5-4b23-b6a8-34bc20dfc732 2026-04-17 06:00:31,317 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=dfd43832-2447-4649-b05f-62b8db1a63ed, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=992bd8cd-2072-4611-a5df-d3f4619ea74f, client_auth_method=client-secret, username=admin, authSessionParentId=1747bc2b-1b50-485c-ba09-d140f3b3eee4, authSessionTabId=syYMxiRVUyE 2026-04-17 06:00:31,423 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT, resourcePath=clients/396edf42-c328-4d88-aad5-48f91f393cd6 2026-04-17 06:00:31,766 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=23352404-b2b9-4a65-b7d7-72c27a123d93, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=d372c745-29a5-4f45-9174-9fc1d2d36a33, client_auth_method=client-secret, username=admin, authSessionParentId=6d00336c-8614-4836-b3cf-fe5666c90e58, authSessionTabId=NVfWjHhOWOM 2026-04-17 06:00:31,837 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT, resourcePath=clients/46ea7d5e-a42d-4786-ad5b-c46c7fd53a32 2026-04-17 06:00:32,217 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=15e8e62f-a9cc-4b20-8765-af1e0e079d9f, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=252151b6-c579-4f78-99a1-21a871c4e7b2, client_auth_method=client-secret, username=admin, authSessionParentId=7410d58f-beec-4fb1-b552-b6db49875112, authSessionTabId=OGJ1qoLM5cc 2026-04-17 06:00:32,281 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT, resourcePath=clients/cdefdeca-e6fc-40f5-8098-18eeadb50661 2026-04-17 06:00:32,907 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=973b9bbd-63e1-478f-aca3-b01a690ef61c, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=f2085d80-dadb-4065-aec7-bc470a01b374, client_auth_method=client-secret, username=admin, authSessionParentId=3fe4c9c4-c4aa-4a51-9e26-4790ea4f7985, authSessionTabId=Dpz8f2_-5Uc 2026-04-17 06:00:33,009 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE, resourcePath=clients/396edf42-c328-4d88-aad5-48f91f393cd6/roles/member 2026-04-17 06:00:33,362 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=cafc331d-a594-405e-b192-5d3769580cb3, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=adebd7af-a98e-4f9d-b1f6-f83466f3f2b9, client_auth_method=client-secret, username=admin, authSessionParentId=6057831a-9179-44d8-96bf-dea16e5877b3, authSessionTabId=Mg8wdb8833I 2026-04-17 06:00:33,433 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE, resourcePath=clients/46ea7d5e-a42d-4786-ad5b-c46c7fd53a32/roles/admin 2026-04-17 06:00:33,808 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=b699bd1a-2e7b-4e56-993b-790726c53089, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=f5195730-8fcc-474f-9c3b-8cd07e416bc9, client_auth_method=client-secret, username=admin, authSessionParentId=7aabf990-7dd7-46ec-911a-3e851b1fb7c8, authSessionTabId=FDrBozoxNRc 2026-04-17 06:00:33,886 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE, resourcePath=clients/46ea7d5e-a42d-4786-ad5b-c46c7fd53a32/roles/editor 2026-04-17 06:00:34,238 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=c227f208-ec60-43b5-ac8f-6bdd11cf0483, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=ea660b8c-02c6-4e61-8f24-ecd86d940dff, client_auth_method=client-secret, username=admin, authSessionParentId=acddbb8d-6bbc-49ec-b61e-6fa5a0a6eec3, authSessionTabId=3Qn3zzNhM1w 2026-04-17 06:00:34,325 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE, resourcePath=clients/46ea7d5e-a42d-4786-ad5b-c46c7fd53a32/roles/viewer 2026-04-17 06:00:34,696 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=102b4760-5c61-452e-a5f0-4799a5d11c47, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=01d16336-cd85-4094-8035-088f2794550a, client_auth_method=client-secret, username=admin, authSessionParentId=700c875b-87cc-4e06-88f6-c7dc333b5552, authSessionTabId=ZIziwxqHDZU 2026-04-17 06:00:34,757 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE, resourcePath=clients/cdefdeca-e6fc-40f5-8098-18eeadb50661/roles/member 2026-04-17 06:02:45,752 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=1a49d953-0651-4bf4-8521-9acb9b6ded75, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=619dd9c3-dc7c-4272-ab4d-0e55c29907cb, client_auth_method=client-secret, username=admin, authSessionParentId=7213b27e-7f48-4aa6-b248-0a476d4d575f, authSessionTabId=djdlZdklQIE 2026-04-17 06:02:45,965 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=REALM, resourcePath=null 2026-04-17 06:02:47,369 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=1cbd3a12-ed11-45af-aa86-c0d5552ba1d3, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=63661723-5403-499b-9914-04b6e608ec13, client_auth_method=client-secret, username=admin, authSessionParentId=f7a91bd1-5d88-4486-b123-5a769da12c08, authSessionTabId=47mMC8CBeJg 2026-04-17 06:02:47,453 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT, resourcePath=clients/9fe6dfef-b4ab-45b4-80b2-16b42ead14ef 2026-04-17 06:02:48,062 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=admin-cli, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, auth_method=openid-connect, token_id=4634c765-fb5d-4d68-af6c-dce3e055c062, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=24f50d2c-3aca-4c54-b500-59a3bf51fb73, client_auth_method=client-secret, username=admin, authSessionParentId=76d70588-653d-4954-97c2-758d8c4baeec, authSessionTabId=V47Oxd-LNg0 2026-04-17 06:02:48,319 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=805d6550-1dd4-4724-9817-6b75c0e381f1, clientId=b08f9707-1eb1-4d1d-8e4e-d1ef40c613bb, userId=afc6ed0b-0a65-4d80-8502-054963579642, ipAddress=199.204.45.144, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/a86a8fcf-0e02-4a35-ba68-2f21f797fefe/role-mappings/clients/890a8e4c-cd12-4b75-b465-43e048961cd1