CycriLabs / keycloak-configurator

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

Export structure does not match import structure #59

Closed MarcScheib closed 5 months ago

MarcScheib commented 5 months ago

Describe the bug The required directory structure of the import command is not matching the directory structure of the export command.

To Reproduce Steps to reproduce the behavior:

  1. Deploy a keycloak realm
  2. Export a keycloak realm
  3. Compare structure

Expected behavior Both structures are the same so an immediate import is possible again.