v1.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.