Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl -L -o opa https://openpolicyagent.org/downloads/v1.3.0/opa_linux_amd64
- chmod +x ./opa
- ./opa build -t wasm -e example/result policy.rego
- tar -xf bundle.tar.gz
- go mod init opa-wasm-http-send-go-poc
- go get github.com/open-policy-agent/golang-opa-wasm/opa@latest
- go mod tidy
- go run main.go > output.txt
Add Comment
Please, Sign In to add comment