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
Is your feature request related to a problem? Please describe.
As keycloak is updated and adds more APIs, parameters and functionality how will the gocloak package be versioned alongside it?
For example today, running the Makefile tests it uses docker compose with keycloak image quay.io/keycloak/keycloak:19.0 to test the client methods. If we want to add client methods for APIs added to the admin rest api in keycloak after 19.0, what's a consistent/safe way to do so?
Describe the solution you'd like
I'm curious here on what some good solutions may be, something like versioning gocloak to the keycloak version? @Nerzal is this something already supported or planned?
The text was updated successfully, but these errors were encountered:
I need programmatic user profile configuration from keycloak/keycloak:24.0.3, specifically the multivalued boolean parameter. I am happy to contribute but we definitely need a strategy.
Any updates on this? The API for creating/updating policies has changed in the later releases (v20+) see #286. Are their plans to support different versions of Keycloak servers?
Is your feature request related to a problem? Please describe.
As keycloak is updated and adds more APIs, parameters and functionality how will the gocloak package be versioned alongside it?
For example today, running the
Makefile
tests it uses docker compose with keycloak imagequay.io/keycloak/keycloak:19.0
to test the client methods. If we want to add client methods for APIs added to the admin rest api in keycloak after19.0
, what's a consistent/safe way to do so?Describe the solution you'd like
I'm curious here on what some good solutions may be, something like versioning gocloak to the keycloak version? @Nerzal is this something already supported or planned?
The text was updated successfully, but these errors were encountered: