CycriLabs / keycloak-configurator

Configures Keycloak based on a set of JSON configuration files
MIT License
10 stars 0 forks source link

Add `validate`-command #70

Open MarcScheib opened 2 months ago

MarcScheib commented 2 months ago

Is your feature request related to a problem? Please describe. Pipeines that execute on the config directory itself currently can't validate if the config is correctly linked (e.g. client roles that are used in realm roles exist) except for simply importing them to keycloak and grep for errors.

Describe the solution you'd like Add a new validate command that verifies the linage of config files to each other.

Relations This may be similar to https://github.com/CycriLabs/keycloak-configurator/issues/57