adorsys / keycloak-config-cli

Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
Apache License 2.0
734 stars 138 forks source link

Small documentation bug #713

Closed ghost closed 2 years ago

ghost commented 2 years ago

Current Behavior

This

keycloak-config-cli supports variable substitution of config files. This could be enabled by import.var-substitution=true (disabled by default).

should be changed to

keycloak-config-cli supports variable substitution of config files. This could be enabled by import.var-substitution.enabled=true (disabled by default).

as stated correctly several lines later. Cost me 30 minutes to figure out why this setting did not work.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

Anything else?

No response

st3v0rr commented 2 years ago

Hi @jeromewaibel thanks for your hint and sorry for this issue. I changed the regarding property in the readme to the correct value.