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-03-06 00:38:02,552 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 48433ms 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 2026-03-06 00:38:07,715 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-03-06 00:38:14,923 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-03-06 00:38:15,322 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-03-06 00:38:15,919 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-03-06 00:38:16,519 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-03-06 00:38:16,521 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: d3a86c37-e227-4d49-bada-60ad0ddf45ce, name: keycloak-0-725 2026-03-06 00:38:16,527 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-03-06 00:38:16,527 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-03-06 00:38:16,617 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.21572 2026-03-06 00:38:18,907 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-725: no members discovered after 2285 ms: creating cluster as coordinator 2026-03-06 00:38:18,920 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-725|0] (1) [keycloak-0-725] 2026-03-06 00:38:19,012 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-725`, physical addresses are `[10.0.0.226:37108]` 2026-03-06 00:38:19,102 WARN [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled 2026-03-06 00:38:19,424 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-03-06 00:38:20,718 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-725, Site name: null 2026-03-06 00:38:20,725 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-03-06 00:38:30,723 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-03-06 00:38:30,723 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-03-06 00:38:31,138 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-03-06 00:38:36,715 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-03-06 00:38:36,715 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-03-06 00:38:37,126 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-03-06 00:38:37,126 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-03-06 00:38:43,222 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:43,335 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:44,120 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:44,145 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:46,102 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:46,128 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:48,127 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:48,157 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:48,203 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:50,205 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,171 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,186 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,483 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,883 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,892 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,899 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:51,904 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:53,167 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,174 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,203 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,225 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,230 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,524 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,691 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,698 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:54,978 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:56,361 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:56,369 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:57,309 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:57,585 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:58,265 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:58,275 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:58,338 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:58,348 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:58,422 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,494 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,570 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,655 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,739 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,842 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,910 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:58,980 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,111 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,154 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,272 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,330 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,382 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,439 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,499 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,606 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,724 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:38:59,729 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:59,846 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:59,880 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:59,933 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:38:59,999 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:00,005 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:00,010 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:00,018 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:01,729 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:01,810 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:01,987 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:02,005 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:02,012 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:03,282 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:03,395 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,378 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,653 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,673 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,680 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,691 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,773 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:04,802 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:05,251 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:08,065 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:08,744 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:08,960 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,113 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,166 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,221 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,228 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,234 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,266 WARN [liquibase.executor.jvm.JdbcExecutor] (main) NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:09,384 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,421 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,533 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,670 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,890 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:09,954 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:10,077 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:10,093 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:10,100 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,166 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,243 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,333 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,338 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,978 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:11,990 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,045 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,052 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,119 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,128 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,155 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,255 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,402 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,483 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,603 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,658 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,688 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,855 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,862 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:12,995 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,002 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,055 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,124 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,126 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,207 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,216 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,240 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,327 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,334 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,362 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,373 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,423 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,486 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,531 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,534 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,582 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,611 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,620 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,647 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,652 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,704 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,772 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:13,776 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,787 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:13,998 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:14,006 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:14,015 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:14,019 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:14,068 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:14,138 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:14,140 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE 2026-03-06 00:39:14,201 WARN [liquibase.executor.jvm.JdbcExecutor] (main) 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2026-03-06 00:39:14,203 WARN [liquibase.executor.jvm.JdbcExecutor] (main) Percona-XtraDB-Cluster doesn't recommend use of DML command on a table (keycloak.DATABASECHANGELOG) without an explicit primary key with pxc_strict_mode = PERMISSIVE UPDATE SUMMARY Run: 117 Previously run: 0 Filtered out: 0 ------------------------------- Total change sets: 117 2026-03-06 00:39:15,230 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-03-06 00:39:22,207 INFO [io.quarkus] (main) Keycloak 23.0.7 on JVM (powered by Quarkus 3.2.10.Final) started in 79.297s. Listening on: http://0.0.0.0:8080 2026-03-06 00:39:22,207 INFO [io.quarkus] (main) Profile prod activated. 2026-03-06 00:39:22,207 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-reactive, resteasy-reactive-jackson, smallrye-context-propagation, smallrye-health, vertx] 2026-03-06 00:39:23,704 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-03-06 00:39:41,030 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="93327d11-c8a0-40a9-85be-10369e09daa1", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="7c863a23-fb32-4307-bf39-40daaf0ec81a", client_auth_method="client-secret", username="admin", authSessionParentId="b937a6c5-fd24-444d-bfdb-4324eacbeb4e", authSessionTabId="DmCW7ClM3gM" 2026-03-06 00:39:45,404 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="REALM", resourcePath="atmosphere" 2026-03-06 00:39:46,529 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="88d455a4-b5d1-45dc-942e-b6ccb8ab4965", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="16a221c2-6f6d-462a-a9d9-dab9c1160f70", client_auth_method="client-secret", username="admin", authSessionParentId="557a36ad-8a13-42b0-b8b5-fef5e57cec0f", authSessionTabId="RMaD35zMbXY" 2026-03-06 00:39:46,809 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_SCOPE", resourcePath="client-scopes/7f9aae01-d949-4143-9cef-e300a16d6f85" 2026-03-06 00:39:47,019 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="PROTOCOL_MAPPER", resourcePath="client-scopes/7f9aae01-d949-4143-9cef-e300a16d6f85/protocol-mappers/models/d801bd4d-47db-4b11-875b-f056e26df24e" 2026-03-06 00:40:08,162 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="900139c2-8aa1-4ec6-a8d7-aa324e5a9c7b", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="6b92cb21-92c0-4ad8-a55d-25a8a25939d1", client_auth_method="client-secret", username="admin", authSessionParentId="16b96c7a-f463-4485-b6f0-c29972218e36", authSessionTabId="JBjtfoTgdEI" 2026-03-06 00:40:08,419 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/9f24dd0d-9c84-468c-a564-1881540d3d38" 2026-03-06 00:40:08,848 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="4d8e897b-3df1-4fed-9b22-2de61afa916b", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="060f5d8b-0662-47df-8f0f-5961339e73dd", client_auth_method="client-secret", username="admin", authSessionParentId="49788749-6e13-43a5-a677-7e59d4db3290", authSessionTabId="buY9gXIa0yo" 2026-03-06 00:40:08,960 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/16dbfdd8-ea96-4296-a320-9d9770a206e5" 2026-03-06 00:40:09,362 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="0fd190e7-e671-4950-a472-946fe5417c72", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="3bb70a58-0ff2-4413-b846-a6bdaa3c1086", client_auth_method="client-secret", username="admin", authSessionParentId="5109230d-0b59-4b9f-bf56-6f1fc6ac737f", authSessionTabId="0PncWn0322A" 2026-03-06 00:40:09,457 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/3553037f-11bd-4a07-9a2d-78e3e542cfc3" 2026-03-06 00:40:10,168 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="faf78dec-48b2-4f5f-8628-cdf7cb2a80de", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="0bfbeebc-4f24-475b-b476-65faa03dfb70", client_auth_method="client-secret", username="admin", authSessionParentId="41dd3297-4f11-461f-bac4-4f954598f4fb", authSessionTabId="oolgBAeLz_Q" 2026-03-06 00:40:10,320 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE", resourcePath="clients/9f24dd0d-9c84-468c-a564-1881540d3d38/roles/member" 2026-03-06 00:40:10,753 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="3e319d87-b2ed-48f4-8df0-3f2fe59d1a30", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="77d3d48d-04de-4605-91c5-7b21eecde884", client_auth_method="client-secret", username="admin", authSessionParentId="2339ae34-d601-4d15-bdaf-4555f419878e", authSessionTabId="eAx6ooxxJnQ" 2026-03-06 00:40:10,933 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE", resourcePath="clients/16dbfdd8-ea96-4296-a320-9d9770a206e5/roles/admin" 2026-03-06 00:40:11,350 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="fb3fc719-24a6-4d77-b1ee-6e282d854c00", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="d013be4a-120c-4321-915f-4dbf7c285651", client_auth_method="client-secret", username="admin", authSessionParentId="57d167a1-0f69-4fc8-a3bf-cd6c0e73348d", authSessionTabId="ZKClWSgHjJU" 2026-03-06 00:40:11,501 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE", resourcePath="clients/16dbfdd8-ea96-4296-a320-9d9770a206e5/roles/editor" 2026-03-06 00:40:11,896 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="e8aceda1-c6e9-4dfb-9e39-9b8daabc4888", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="39dd6d44-8780-4a9b-aadd-ad2e279bd2a0", client_auth_method="client-secret", username="admin", authSessionParentId="15ac8947-cd08-492c-8bc3-a6b2ee2d565d", authSessionTabId="8F4i5KfsjhY" 2026-03-06 00:40:12,036 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE", resourcePath="clients/16dbfdd8-ea96-4296-a320-9d9770a206e5/roles/viewer" 2026-03-06 00:40:12,437 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="4f228a16-3fe1-49b2-ac05-9fde6c17902b", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="93653507-c9a8-446e-9a6e-d0da13d29bfc", client_auth_method="client-secret", username="admin", authSessionParentId="92dc7e18-c632-49e6-a0b8-8b0559618b6b", authSessionTabId="jf49lnXx51I" 2026-03-06 00:40:12,619 INFO [org.keycloak.events] (executor-thread-1) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE", resourcePath="clients/3553037f-11bd-4a07-9a2d-78e3e542cfc3/roles/member" 2026-03-06 00:42:21,923 INFO [org.keycloak.events] (executor-thread-3) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="447d4f24-5bcf-4fa7-a580-9f807b351454", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="710593a4-e129-4ce2-a9fe-3493792a0fdc", client_auth_method="client-secret", username="admin", authSessionParentId="818c2c79-6b3a-49d4-a9e9-7730545f9f32", authSessionTabId="0GHa-3SfCs4" 2026-03-06 00:42:22,704 INFO [org.keycloak.events] (executor-thread-3) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="REALM", resourcePath="null" 2026-03-06 00:42:24,487 INFO [org.keycloak.events] (executor-thread-3) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="d9c9f0f9-8d56-4a17-887f-b2f224a1c27a", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="ab8e0b6c-05b3-4fb4-af3d-ae8ad39836fb", client_auth_method="client-secret", username="admin", authSessionParentId="5698bd53-a651-48da-8a11-dd646554e98c", authSessionTabId="TOYzhVXM11A" 2026-03-06 00:42:24,729 INFO [org.keycloak.events] (executor-thread-3) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/e0d442c6-c9f6-4277-8972-29762617fcc1" 2026-03-06 00:42:25,356 INFO [org.keycloak.events] (executor-thread-3) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="9659055f-cfa5-4ff0-a7d3-fba09d7ad116", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="a4d88823-5ae5-421f-bdfc-0fc481ae9597", client_auth_method="client-secret", username="admin", authSessionParentId="b0b1e78f-cf72-4b55-9896-d71dd88f2dcf", authSessionTabId="JckVP1yXhGQ" 2026-03-06 00:42:25,911 INFO [org.keycloak.events] (executor-thread-3) operationType="CREATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_ROLE_MAPPING", resourcePath="users/d3c68591-9792-4477-b13f-99a78bc0c9c7/role-mappings/clients/0df6d573-8a9a-4d46-ad7b-2fc56b760cfb" 2026-03-06 01:31:52,209 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="317fc95a-1d6c-4b4f-9251-f65786bc745d", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="868fb97a-f166-4d03-a4fa-26f9447dfeb8", client_auth_method="client-secret", username="admin", authSessionParentId="2acd612b-8167-4c29-bf5d-825cba7399ec", authSessionTabId="FYK4FLXX3lc" 2026-03-06 01:31:52,414 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="REALM", resourcePath="null" 2026-03-06 01:31:53,363 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="7843a6a3-e1af-4bfd-9d97-bcb3ef655d1f", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="fcf37b96-3816-426e-89fb-d6f20f04a3ba", client_auth_method="client-secret", username="admin", authSessionParentId="0af5e828-8bac-459b-9baf-df4078002c5c", authSessionTabId="63bOp-2InHE" 2026-03-06 01:31:53,430 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT_SCOPE", resourcePath="client-scopes/7f9aae01-d949-4143-9cef-e300a16d6f85" 2026-03-06 01:31:53,508 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="PROTOCOL_MAPPER", resourcePath="client-scopes/7f9aae01-d949-4143-9cef-e300a16d6f85/protocol-mappers/models/d801bd4d-47db-4b11-875b-f056e26df24e" 2026-03-06 01:32:00,377 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="285cf099-2b5d-4c2a-8dd3-cc07594f5f8a", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="b36336c9-7c38-4798-a132-ab52e33f7832", client_auth_method="client-secret", username="admin", authSessionParentId="9930a43e-25bd-4315-ba61-d1c40f02043b", authSessionTabId="pfEm8jbyCF8" 2026-03-06 01:32:00,440 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/9f24dd0d-9c84-468c-a564-1881540d3d38" 2026-03-06 01:32:00,848 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="fc6f1571-3fdd-4394-a166-80c5275d2476", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="8fe603c2-5ff8-4490-b33b-f3e9ee5b48a0", client_auth_method="client-secret", username="admin", authSessionParentId="5e58eb2c-5ecb-4f5f-bf98-9a209ed84c0b", authSessionTabId="jSvMhWvUmjA" 2026-03-06 01:32:00,929 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/16dbfdd8-ea96-4296-a320-9d9770a206e5" 2026-03-06 01:32:01,347 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="26d60e65-b4b9-4ca8-8c64-74a73c955ab7", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="639472ae-fda5-43bb-8622-91e9928a00b0", client_auth_method="client-secret", username="admin", authSessionParentId="f913614b-2ee7-4409-ae5e-f562d4c5d4eb", authSessionTabId="r6RoUhxnaKY" 2026-03-06 01:32:01,420 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/3553037f-11bd-4a07-9a2d-78e3e542cfc3" 2026-03-06 01:32:02,128 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="9a0c7d95-1b42-4443-80c8-827b0fc43972", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="2c1236e6-f316-4dec-be3c-dc4e937ae9c8", client_auth_method="client-secret", username="admin", authSessionParentId="a84ddb0b-75c8-47e0-b900-df6f855fc26a", authSessionTabId="nT0Iwa4128k" 2026-03-06 01:32:02,494 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="9724d49d-8d0c-4172-b160-7cccaebd741e", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="964f4b7a-1598-43ef-add8-fa6717329b50", client_auth_method="client-secret", username="admin", authSessionParentId="ffb2c243-5345-471f-942f-3f0f810c620f", authSessionTabId="SyTg8gnAuiM" 2026-03-06 01:32:02,855 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="cb1d87ba-43f6-4e50-a6c7-12a61e443e35", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="0ceb6f63-32df-4e6c-80ba-072dbbe56c9b", client_auth_method="client-secret", username="admin", authSessionParentId="647f0b1f-e2f9-428a-9bd8-8c38d33a3dca", authSessionTabId="Ob040eWrF6k" 2026-03-06 01:32:03,241 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="67965761-627e-4929-8379-0466b0b88c83", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="aa51a62c-e4d4-4b3b-9489-943dbfee806d", client_auth_method="client-secret", username="admin", authSessionParentId="45aca5f4-5483-4d10-9d95-e280421428e3", authSessionTabId="1aaBW1J9xEI" 2026-03-06 01:32:03,644 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="98e02412-6b24-41d1-a622-8a99b6408391", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="fba388af-78fb-4085-868b-47dad1c16601", client_auth_method="client-secret", username="admin", authSessionParentId="bd1e11a8-1e77-4d00-a794-abbed566a742", authSessionTabId="JgS_UJsomhQ" 2026-03-06 01:33:16,699 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="4f5b0443-3e0f-4184-ba53-00614d285d8f", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="e4461a65-db8d-4e93-af53-732178bfdcd2", client_auth_method="client-secret", username="admin", authSessionParentId="86938314-d37f-4a73-b963-916a98a46d35", authSessionTabId="MoJEIOx-H14" 2026-03-06 01:33:16,918 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="REALM", resourcePath="null" 2026-03-06 01:33:18,470 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="920f6007-c3b9-4dbc-97e0-36ad9a163dfb", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="56189ea1-0693-4059-9676-cd26b9cc430a", client_auth_method="client-secret", username="admin", authSessionParentId="56c731b0-f235-4d4e-b70b-38f81d073d19", authSessionTabId="_-Va82EFCP0" 2026-03-06 01:33:18,523 INFO [org.keycloak.events] (executor-thread-1) operationType="UPDATE", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="758cbe87-eb96-4520-b72a-db7116f4faca", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", resourceType="CLIENT", resourcePath="clients/e0d442c6-c9f6-4277-8972-29762617fcc1" 2026-03-06 01:33:19,289 INFO [org.keycloak.events] (executor-thread-1) type="LOGIN", realmId="64339df3-fbf0-41c2-b332-e6bbadb6ea4b", clientId="admin-cli", userId="e6dfc7d4-afa1-4867-88bd-6d9e3c4ad48b", ipAddress="199.204.45.238", auth_method="openid-connect", token_id="f33258ae-1744-4975-91b6-69547e12d0e2", grant_type="password", refresh_token_type="Refresh", scope="email profile", refresh_token_id="89589c66-b14d-4f68-a604-599be61640e4", client_auth_method="client-secret", username="admin", authSessionParentId="addd035b-fbed-45c7-a2d4-709098eda411", authSessionTabId="cmlxo0j7qOk"