edp-keycloak-operator icon indicating copy to clipboard operation
edp-keycloak-operator copied to clipboard

Unable to create composite roles with descriptions using clientRoles in CRD

Open Lopamoko opened this issue 8 months ago • 0 comments

Hi,

I’ve encountered an issue with the CRD definition for KeycloakClientSpec: https://github.com/epam/edp-keycloak-operator/blob/master/docs/api.md#keycloakclientspec

According to the documentation, the clientRoles field is defined as a string[]. However, I need to create composite roles for a client, and I also need to provide descriptions for these roles.

Could you clarify: • How can I create composite roles using this CRD? • Is it possible to populate composite roles with other roles? • How can I set a description for a client role?

If this is currently not supported, are there any workarounds or plans to support this in the future?

Thanks in advance!

Lopamoko avatar Apr 16 '25 15:04 Lopamoko