Skip to content

v0.12.0

Compare
Choose a tag to compare
@tsandall tsandall released this 11 Jun 23:07
· 1096 commits to master since this release

This release includes two new features and an important bug fix.

Decision Log Masking

This release includes an important feature for protecting sensitive
information in decision logs: masking. With the new decision log
masking feature you can configure OPA to remove sensitive information
from the input and result fields of decision log events. See the
Decision Log documentation for details.

AWS Signing for Bundle Downloads

This release adds support for signing bundle download requests using
an AWS signing scheme. This feature allows you to configure OPA to
download bundles directly from S3. See the Configuration
documentation for details.

Fixes

  • server: Fix deadlock caused by leaked write transaction (#1478)

Miscellaneous

  • server: Add request headers to authorization input (#1456)
  • rego: Add time zone support to time/date built-in functions
  • eval: Add --instrument flag for profiling evaluation via command line