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

### Why the changes in this PR are needed? Need to support exclusion of certain headers from `http.send` query cache key. ### What are the changes in this PR? *...

In our OPA/Styra setup, we already uses `system.log` to mask sensitive input, and enrich the decision-log e.g. by adding the decoded jwt to the input next to the encoded-jwt. ##...

feature-request

There are currently a few ways to configure OPA so that decision logs exceeding some set threshold (in bytes or decisions per second) get discarded. While possibly useful in some...

inactive

Having recently looked into a deeper integration of the OPA test runner (via command line invocation) and the [OPA VS Code extension](https://marketplace.visualstudio.com/items?itemName=tsandall.opa), there are some hurdles that I think would...

feature-request
usability
inactive

## What is the underlying problem you're trying to solve? Microsoft azure is deprecating the aad pod identity, https://github.com/Azure/aad-pod-identity#-announcement. AAD Pod Identity has been replaced with [Azure Workload Identity](https://azure.github.io/azure-workload-identity) We...

help wanted
feature-request
inactive
runtime

## What is the underlying problem you're trying to solve? Currently, if we have several resources or queries we want to authorize via the HTTP REST API without incurring several...

feature-request
inactive

## What is the underlying problem you're trying to solve? Our SCIM server returns `application/scim+json` as a `Content-Type` header. We need to enable `force_json_decode` to get the `raw_body` parsed into...

feature-request
inactive

Having to create a storage object, and possibly a transaction, in order to just add some data for evaluation using the Go API is a chore, and not intuitive unless...

help wanted
feature-request
inactive

We are experiencing OPA pods logging errors during shutdown, even when it should be a graceful shutdown because a new pod is being deployed in an old pod's place. The...

question

## What is the underlying problem you're trying to solve? There are usecases where we need to cache responses but the requests have guaranteed unique headers (example: trace-id) that prevent...

feature-request