-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycloak Config CLI fails with Keycloak 26.1 #1253
Comments
Seems like this new property 'verifiableCredentialsEnabled' created here keycloak/keycloak@3315ea7#diff-ad09d4fa1b346dee5492cd30923254b064d95f3ea6534380a3674c22efc7cb9d is failing to map Can it just be ignored? or does the keycloak client lib version need to be updated? |
It fails pretty early while fetching and deserializing the realm. I think it really needs the updated Library though |
I asked the keycloak-client people if and when there will be an updated version of the client: keycloak/keycloak-client#138 |
Current Behavior
When I try to apply any config via the CLI to a Keycloak 26.1 instance it errors with the following:
It looks like the
verifiableCredentialsEnabled
property has newly been added to the realm representation which is not yet known to the CLI.As far as I understood the CLI uses the keycloak-admin-client for those types which has not been updated to 26.1 yet. Is there any workaround other than asking the Keycloak folks for an updated admin-client version?
Expected Behavior
It should not throw an error
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: