Stian Thorgersen c1c147cb17
Restrict access to environment variables when at the server runtime (#36472)
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
2025-01-15 09:36:19 +01:00

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.