You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log is being spammed with repeated attempts to create the secret for a KeycloakUser CR, even when a password is specified: FAILED create credential secret for user myuser in realm keycloak/myrealm : secrets "credential-myrealm-myuser-keycloak" already exists". The CR status also contains this error.
No repeated attempts to create the credential secret if it already exists.
Sync the credential secret with the user.
Actual behavior
Repeated attempts to create the credential secret if it already exists.
Does not sync the credential secret with the user.
How to Reproduce?
The last time I reported this issue, there was no clear way to reproduce the issue. I now believe it only occurs when the operator is running clusterwide. Please apply following kustomization to reproduce:
Describe the bug
The log is being spammed with repeated attempts to create the secret for a KeycloakUser CR, even when a password is specified: FAILED create credential secret for user myuser in realm keycloak/myrealm : secrets "credential-myrealm-myuser-keycloak" already exists". The CR status also contains this error.
First reported here: #6 (comment)
Version
1.0.0
Expected behavior
Actual behavior
How to Reproduce?
The last time I reported this issue, there was no clear way to reproduce the issue. I now believe it only occurs when the operator is running clusterwide. Please apply following kustomization to reproduce:
Anything else?
No response
The text was updated successfully, but these errors were encountered: