OPA Release v0.33.0 #32
peteroneilljr
announced in
Announcements
Replies: 1 comment
-
ℹ️ If you run into issues with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Built-in Functions
This release introduces
crypto.x509.parse_rsa_private_key
so that policy authors can decode RSA private keys and structure them as JWKs (#3765). Authored by @cris-he.Fixes
ast
package caused by sortingtypes.Any
instances in-place and shallow-copying module comments when a deep-copy should be performed (#3793). Reported by @markushinz.Server & Tooling
opa eval
sub-command supports a--timeout
option for limiting how long evaluation can run.Rego
print()
support as well as variadic arguments on all functions.CI & Dependencies
Documentation
Backwards Compatibility
github.com/open-policy-agent/opa/ast#ArgErrDetail
struct has beenmodified to use the new
types.FuncArgs
struct to represent the requiredarguments. Callers that depend on the exact structure of the error details
must update to use the
types.FuncArgs
struct.Beta Was this translation helpful? Give feedback.
All reactions