Non-masked "variables" object to complement "secrets" #35219
Labels
core:config
Related to config capabilities and presets
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
Describe the proposed change(s).
Create a new configuration option called "variables" which behaves the same way as
secrets
except that its values are not masked in logs. It should be available in templates like this:{{ variables.FOO }}
.It is OK - but not recommended - for variables to have the same name as secrets.
The text was updated successfully, but these errors were encountered: