Guest User

Untitled

a guest
Apr 23rd, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. curl -L -o opa https://openpolicyagent.org/downloads/v1.3.0/opa_linux_amd64
  2. chmod +x ./opa
  3. ./opa build -t wasm -e example/result policy.rego
  4. tar -xf bundle.tar.gz
  5.  
  6. go mod init opa-wasm-http-send-go-poc
  7. go get github.com/open-policy-agent/golang-opa-wasm/opa@latest
  8. go mod tidy
  9. go run main.go > output.txt
Add Comment
Please, Sign In to add comment