Skip to content

v1.24.3

Choose a tag to compare

@koponen-styra koponen-styra released this 15 Aug 10:29
· 92 commits to main since this release
2c97db7

OPA v0.67.1
Regal v0.24.0

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: {}