mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com> Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
8 lines
457 B
Plaintext
8 lines
457 B
Plaintext
= Deprecating using system variables in the realm configuration
|
|
|
|
To favor a more secure server runtime and avoid to accidentally expose system variables, you are now forced to specify
|
|
which system variables you want to expose by using the `spi-admin-allowed-system-variables` configuration option when
|
|
starting the server.
|
|
|
|
In future releases, this capability will be removed in favor of preventing any usage of system variables in the realm configuration.
|