OPA Release v0.39.0 #161
peteroneilljr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains a number of fixes and enhancements.
Disk Storage
The on-disk storage backend has been fully integrated with the OPA server, and can now be enabled via configuration:
It is intended to enable the use of OPA in scenarios where the data needed for policy evaluation exceeds the available memory.
The on-disk contents will persist among restarts, but should not be used as a single source of truth: there are no backup mechanisms, and certain data partitioning changes will require a start-over. These are things that may get improved in the future.
For all the details, please refer to the configuration and detailled Disk Storage section of the documentations.
Tooling, SDK, and Runtime
input
attribute is missing inPOST /v1/data
API (#4386) authored by @aflmp/metrics
and/debug/pprof
) (authored by @christian1607)opa test
: Add file path to failing tests to make debugging failing tests easier (#4457), authored by @liamgopa fmt
: avoid whitespace mixed with tabs onwith
statements (#4376) reported by @tiwood-rootless
images (#4380); also warn when using UID/GID 0.Rego and Topdown
with
target (#4431) reported by @gabrielfernDocumentation and Website
Miscellaneous
Beta Was this translation helpful? Give feedback.
All reactions