CycriLabs / keycloak-configurator

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

Adapt structure of config import #26

Closed MarcScheib closed 7 months ago

MarcScheib commented 7 months ago

Currently, the configuration structure is organized by feature.

Instead it should be organized by realm:

├── realms
│   ├── realm-a
│   │   ├── realms
│   │   │   ├── realm-a.json
│   │   ├── clients
│   │   ├── ...
│   ├── realm-b
│   │   ├── realms
│   │   │   ├── realm-b.json
│   │   ├── clients
│   │   ├── ...