single9 / example-opa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Policy Agent Bundle Example

Install OPA Cli

sudo cp ./opa ./ngrok /bin/

Build Bundle

opa build -b bundle -o ./data/bundle.tar.gz

Usage

docker-compose up

Test

curl -X POST http://localhost:8181/v1/data/authz/allow --data-binary @./data/input.json

About


Languages

Language:Open Policy Agent 100.0%