SebastEnn

Results 6 comments of SebastEnn

Any update on this? When can we use docker secret without having to use a script as a workaround?

I tried to reproduce the problem both on 22.0.5 and on 23.0.7 (latest), but I'm not able to get the thread killed. If necessary I can provide the logs of...

The following log only includes the last _UnknownHostException_ before the thread is being killed. Keycloak Log ``` 2024-02-23 11:34:11,126 ERROR [org.keycloak.storage.ldap.idm.store.ldap.LDAPOperationManager] (Timer-0) Could not query server using DN [ou=Groups,dc=my-dc,dc=com] and...

I guess this is the Thread/Timer that got killed and doesnt start up again: [org.keycloak.storage.ldap.LDAPStorageProviderFactory] (Timer-0)

I did some digging through the code. I think this is the chain that gets called when I save my ldap provider: [bootstrapPeriodic](https://github.com/keycloak/keycloak/blob/main/model/storage-private/src/main/java/org/keycloak/storage/managers/UserStorageSyncManager.java#L59) [refreshPeriodicSyncForProvider](https://github.com/keycloak/keycloak/blob/main/model/storage-private/src/main/java/org/keycloak/storage/managers/UserStorageSyncManager.java#L70C29-L70C59) [UserStorageSyncTask task = new UserStorageSyncTask](https://github.com/keycloak/keycloak/blob/main/model/storage-private/src/main/java/org/keycloak/storage/managers/UserStorageSyncManager.java#L219) And...

> Changing the connection URL has no effect. Something odd that we need to improve. Now that you mention it: That's true. During my testing I also notices that changing...