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

Cosign (recently reached 1.0 🎉 👏) is a tool to create and verify signatures of OCI artifacts (not only images?). It avoids having to deal with the entire blob (images...

design
inactive
builtins

We are using OPA Agent version 0.49. We have prometheus enabled with log-level set to info. We have a ServiceMonitor that is scraping metrics from the "/metrics" endpoint. Scraping interval...

feature-request
inactive

The `opa bench` command was recently improved to include an e2e mode that runs the OPA HTTP server and executes queries over localhost. This is nice for obtaining benchmark results...

feature-request
inactive

## Short description `sprintf` now can panic when given malformed format strings. However, this is a difficult `panic` to invoke outside of direct use of the parser/evaluation functions in Golang....

bug
inactive

## What is the underlying problem you're trying to solve? As an OPA plugin developer, I would be able to load OpPatches on the go. That mean, I want to...

feature-request

## What part of OPA would you like to see improved? Distributed tracing support. Currently OPA distributed tracing supports only W3C context propagation header `traceparent` that is standard in Open...

feature-request
inactive
auditing
runtime

🚧 The changes here are an attempt to resolve units test failures while running on Windows.

## What is the underlying problem you're trying to solve? Frequently pulling bundles, in certain cases, keeps a large number of connections open in OPA instances. ## Describe the ideal...

good first issue
feature-request

The object key-value iteration order is (correctly) not specified anywhere in the object interface. The current implementation iterates the key-values in the insertion order and it seems moving away from...

bug
optimization

The policy reference contains a list of all the built-in functions; and examples for very few. It would be helpful for getting off the ground if some basic examples showed...

help wanted
docs
good first issue
inactive