edp-keycloak-operator
edp-keycloak-operator copied to clipboard
Unable to create composite roles with descriptions using clientRoles in CRD
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!