opa icon indicating copy to clipboard operation
opa copied to clipboard

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

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

Hi as per item [490](https://github.com/orgs/open-policy-agent/discussions/490) in the discussion area I need to properly decode the SAN values for an X.509 certificate request. e.g. ``` output := crypto.x509.parse_certificate_request(input.csr) y := base64.decode(output.Extensions[0].Value)...

feature-request
inactive

Given the policy: ```rego package test import future.keywords.if p if { true } ``` and a modified capabilities file, where we've removed the `if` keyword: ```json { "builtins": [ {...

bug
inactive

## Short description OPA still have problems with octal numbers (leading zeros). I know that it was set as resolved in here, https://github.com/open-policy-agent/opa/issues/2947 but problem is still there. ## Steps...

bug
inactive

```bash ./opa run --server --log-level debug policy.rego {"current_version":"0.58.0","level":"debug","msg":"OPA is up to date.","time":"2023-11-03T10:32:03+01:00"} ``` This is basic policy: ```rego package test import future.keywords.contains import future.keywords.every import future.keywords.if import future.keywords.in default allow...

bug

Currently, `opa fmt --rego-v1` will reject policies with calls to deprecated built-ins. Some built-ins could instead be replaced with calls to an alternative built-in or equivalent Rego.

feature-request
pre1.0

```shell ❯ tree . ├── p.rego └── t.rego 1 directory, 2 files ``` Using a intentionally broken `t.rego` file, the following works for `opa eval`: ```shell ❯ opa eval -f...

bug
inactive

## What is the underlying problem you're trying to solve? We want to allow devs to troubleshoot policies with the Data API `explain` parameter, but also mask sensitive environment variable...

feature-request
inactive

## Short description Wrongly placed comments can cause a panic error message in cli. OPA version: any (tested even with 0.57.0) Type: CLI ## Steps To Reproduce **opa fmt mypolicy.rego**...

bug
inactive

## Expected Behavior Hi, I'm using OPA as an Envoy authz filter with `opa-envoy-plugin` and can't get to access proper metrics from it. If I understand it well, the plugin...

help wanted
int-envoy
inactive
monitoring

When compared, avoiding realization of lazy types unless type of compared value supports a positive match. This removes type conversion cost of policies that only check presence of a value,...

inactive
1.0