Skip to content

v1.28.0

Choose a tag to compare

@koponen-styra koponen-styra released this 15 Aug 11:08
· 77 commits to main since this release

OPA v0.69.0
Regal v0.28.0

This release includes various dependency bumps, as well as support for Google Cloud Storage as a sink for decision logs.

Google Cloud Storage as a Decision Log Sink

You can now configure Enterprise OPA to send decision logs to Google Cloud Storage.
This is done by configuring a new sink of type gcs in the decision log configuration:

decision_logs:
 plugin: eopa_dl
plugins:
 eopa_dl:
 output:
 - type: gcs
 bucket: logs

For all configuration options, please see the reference documentation.