How do I search and discover open source OPA bundles? #524
Unanswered
nitrocode
asked this question in
OPA and Rego
Replies: 1 comment
-
Hi @nitrocode, the bundles are intended to contain the policy that you have written, encoding your policy and data needed to evaluate decisions. There is some related discussion here but I think the best place you can look is in the public policy repos: https://github.com/StyraInc/awesome-opa/tree/main#policy-packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I've been reading about running opa using a bundle to help centralize policies in a semantically versioned repo.
My use case is to search for a public terraform opa bundle. I looked for an opa registry, similar to the terraform registry, but I do not believe one exists.
How do I discover opa bundles to use without having to craft my own custom rego policies?
My unideal workaround is github search
Beta Was this translation helpful? Give feedback.
All reactions