v1.24.3
This release updates Enterprise OPA to allow for environment variable substitution for the config produced by the discovery bundle. This release also updates some dependencies.
For example, with the environment variable ENV1=test1
, and this config is used via discovery:
bundle:
name: ${ENV1}
decision_logs: {}
status: {}
Enterprise OPA would interpret the configuration like so:
bundle:
name: test1
decision_logs: {}
status: {}