opa icon indicating copy to clipboard operation
opa copied to clipboard

Open Policy Agent (OPA) is an open source, general-purpose policy engine.

Results 302 opa issues
Sort by recently updated
recently updated
newest added

Context: https://github.com/open-policy-agent/community/discussions/244

## LDAP and DNS native support within OPA The ability to use regular expressions to extract data from LDAP and DNS sources for the purpose of policy compliance aligned particularly...

feature-request

Fixes https://github.com/open-policy-agent/opa/issues/4958 Signed-off-by: Martin Johansen

## What is the underlying problem you're trying to solve? Hey! At [Spacelift](https://spacelift.io) we integrate with OPA extensively. One of the use cases is [reacting to Push events](https://docs.spacelift.io/concepts/policy/git-push-policy) and deciding...

feature-request

In some cases, the typical approaches for getting LDAP data into OPA do not work (e.g., replication may not scale and authenticating proxies may not have enough knowledge to gather...

builtins

Closes: https://github.com/open-policy-agent/opa/issues/4638

We have a use case for verifying annotations containing GPG signatures for Kubernetes manifests. It would be great to have a built-in function in rego which would support that!

feature-request
builtins

This PR fixes a performance regression for the set `union` builtin, discovered in issue #4979. The original logic for the builtin did pairwise `Set.Union` calls between the input sets, resulting...

builtins

## Documentation Update Request Please update documentation to include how to use/pass a config-file yaml with docker hub opa image https://hub.docker.com/r/openpolicyagent/opa ## Ideal solution Ideally it would be as easy...

feature-request