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
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
I am editing an existing KeycloakUser in an attempt to disable the user's access. However, if the user is currently "enabled", setting enabled: false or removing the enabled: true fails to actually disable the user in Keycloak.
Version
16.1.0
Expected behavior
Keycloak should disable the user
Actual behavior
Once a user is "enabled", it can never be "disabled".
Keycloak controller logs show it successfully reconciling the user after each patch
{"level":"info","ts":1641405498.2681048,"logger":"controller_keycloakuser","msg":"Reconciling KeycloakUser","Request.Namespace":"keycloak","Request.Name":"disabled-user"}
{"level":"info","ts":1641405498.2682028,"logger":"controller_keycloakuser","msg":"found 1 matching realm(s) for user keycloak/disabled-user"}
{"level":"info","ts":1641405498.4976873,"logger":"action_runner","msg":"( 1) SUCCESS update user disabled-user"}
Anything else?
I followed these instructions and installed the Keycloak operator into a minikube cluster using the command line instructions.
The text was updated successfully, but these errors were encountered:
Thanks (again) for reporting this issue. Keycloak 19 was the last version that included this legacy Operator, and with the release of Keycloak 20 the Operator reached EOL and this repository will be archived, please see our blog post on this topic. If this issue is still valid for the Realm Operator, please re-open it there. Thanks for your understanding. And be sure to check out our new Operator!
Describe the bug
I am editing an existing
KeycloakUser
in an attempt to disable the user's access. However, if the user is currently "enabled", settingenabled: false
or removing theenabled: true
fails to actually disable the user in Keycloak.Version
16.1.0
Expected behavior
Keycloak should disable the user
Actual behavior
Once a user is "enabled", it can never be "disabled".
How to Reproduce?
Create a new "disabled" user:
Open Keycloak and verify that the user is disabled
Update the user to enable it.
Open Keycloak and verify the user is enabled
Attempt to disable the user
Keycloak controller logs show it successfully reconciling the user after each patch
Anything else?
I followed these instructions and installed the Keycloak operator into a minikube cluster using the command line instructions.
The text was updated successfully, but these errors were encountered: