-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Is your feature request related to a problem? Please describe.
When onboarding to the edp-keycloak-operator, There is a lot of detail that needs to be translated into CRs to describe our keycloak realms.. Some additional tooling could help initially onboard from a UI based approach to a CRD/gitOps approach.
Describe the solution you'd like
Helm chart with pre-formated setup to populate a set of files similar to the keycloak wizard for creating a realm/client.
or
Utility/script turn a realm-export into an equivalent set of CRs to aid the initial setup/conversion to using the edp-keycloak-operator
or
Utility/script to look at a specified realm and it's contents on a given keycloakRef and generate the CRs describing what is in keycloak
Are there any existing solutions to help with initial onboarding? If so, can they be added as a reference to the documentation somewhere?