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

Can you make another graphql.isvalid funciton that takes only one param (String graphqlSchema) and check if it's valid. Check just syntax of schema

feature-request

This is for tracking issues, and for gauging interest in **supporting TinyGo** for building (parts of) OPA. The reason is that TinyGo seems to be the preferred way (over the...

integration
feature-request
inactive

Is there a plan for docs i18n support?

feature-request

## Short description Everything builds and tests pass. When attempting to build for WASM: ``` opa build -e "reproduction" -t wasm reproduction.rego error: 1 error occurred: reproduction.rego:1: rego_type_error: undefined ref:...

bug

## What is the underlying problem you're trying to solve? Current envoy plugin looks at content type and parse the body before sending it to OPA. If body is malformed,...

good first issue
feature-request
int-envoy

When dropping certain built-in functions via the capabilities feature, the error message provided will treat them as never having been defined in the first place, i.e. "undefined function http.send". While...

feature-request

It looks like OPA doesn't honor x-request-id header at this moment It would be great if it did, because that would give an ability to run E2E traces in case...

feature-request
waiting-for-response

While we advice against using these functions, it still may happen that users are trying to understand an older policy found in the wild, and not having any (pun not...

docs
builtins

The current guide doesn't really explain what all can or cannot be done with OPA policies and Terraform plans. There are notably a few areas that are not easily covered...

docs
int-terraform
inactive

## What is the underlying problem you're trying to solve? The decision_log plugin provides several operational configs under the `decision_logs.reporting.*` config path. However, as soon as you use discovery, these...

feature-request