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

The docs on [security](https://www.openpolicyagent.org/docs/latest/security/) already make use of `--addr 127.0.0.1` or localhost in some of the examples provided, but does not mention why this is a good practice that should...

docs

Signed-off-by: Peter Macdonald Hey @ashutosh-narkar Sorry, fixed my branch and re-opened a pull request. This is for the Gloo Edge tutorial, I have tested this myself and it seems to...

The current plugin architecture requires both knowledge of Go, and for each plugin to be compiled together with OPA - essentially requiring a custom fork to be maintained. Needless to...

feature-request
wasm

It would be nice enhancement if there was support for importing multiple rules, or future keywords on a single line. As it currently stands, explicitly importing all the future keywords...

feature-request

I would expect `if` to work the same following an `else` condition as it works for any other conditional assignment: ```rego package play import future.keywords.if foo := true if {...

bug

## What is the underlying problem you're trying to solve? There's no easy way to inject a PEM-formatted private key into the `keys[_].private_key` config file directive described [here](https://www.openpolicyagent.org/docs/latest/configuration/#keys) from an...

feature-request

## Short description When the decision_logs: console config option set to false, looks like OPA tries to send requests with decision_logs to an external service ## Examples: * OPA configuration:...

bug

## What is the underlying problem you're trying to solve? The problem to be solved is merging objects that may have collection fields which should be merged, rather than having...

feature-request

## Short description Getting error on OPA exec when running command on windows that works on linux/mac. OPA version: 0.40.0 ## Steps To Reproduce 1. Run below command ``` opa_windows_amd64.exe...

bug

## Short description Quoting from the PR discussion on #4955, @shaded-enmity dug up this test case that fails mysteriously: > One thing I just discovered when refining the grammar for...

bug