epam / edp-keycloak-operator

It is responsible for establishing a connection to provided Keycloak Server, reconciling realms, and clients according to the created CRs
https://docs.kuberocketci.io
Apache License 2.0
34 stars 20 forks source link

Subgroup for users #95

Open sherlant opened 4 days ago

sherlant commented 4 days ago

Hello, i test actually the operator and it looks great ! Thanks for the job. I have testing to create a subgroup, who works, but i can't add it in user definition. I have try with direct name and path "titi/toto" or "/titi/toto", but the group is not found by the operator. I have miss something ?

Thanks for your response.

zmotso commented 4 days ago

Hi, @sherlant . Please provide examples of your CRs.

sherlant commented 3 days ago

In fact, i don't create two groups with subgroup dependency correctly. I create two groups with the following definition :

zmotso commented 3 days ago

@sherlant Thank you for the feedback. I have checked the subgroup functionality and confirm we have a bug here. It is due to changes to the keycloak version 23. https://www.keycloak.org/docs/latest/upgrading/index.html#grouprepresentation-changes

I'm working on a fix and will provide it soon.

sherlant commented 3 days ago

thanks a lot, please ping me when it's ok. I can test your fix quickly