Skip to content

v1.24.3

Compare
Choose a tag to compare
@styra-bot styra-bot released this 08 Aug 21:52
· 18 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: {}