Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
openpolicyregistry.io
Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
1–10 of 15 posts
Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#2We created the policy CLI [2] to replicate the docker workflow for OPA policies, and the open policy registry [3] as a place where the OPA community can store and share policy images.
[1] https://www.openpolicyagent.org
Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#3Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#4Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#5Can the tool push policies to other OCI registries like docker hub or the GitHub registry? I mean, it's nice to have a dedicated registry for OPA policies but are there alternatives?
Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#6Can the tool push policies to other OCI registries like docker hub or the GitHub registry? I mean, it's nice to have a dedicated registry for OPA policies but are there alternatives?
There is currently a lot of special casing required, as the OCI spec laying out the Registry API and interactions are not very rich. This limits usability and performance.
But we certainly are going to add support for ohters, ghcr.io, acr etc.
Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#7Can the tool push policies to other OCI registries like docker hub or the GitHub registry? I mean, it's nice to have a dedicated registry for OPA policies but are there alternatives?
This will get added! There is currently a lot of special casing required, as the OCI spec laying out the Registry API and interactions are not very rich. This limits usability and performance. But we certainly are going to add support for ohters, ghcr.io, acr etc.
Step two is to make OPA natively understand and support OCI images.
Next step would be special image types, and multi layering. For example I would love it if we have separate layers for rego, wasm, and data.json, as the data often needs to eleve independent of the rego and wasm code.
Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#8Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#9Re: Show HN: Open Policy Registry: a Docker-inspired workflow for OPA policies
#10Are there any github actions available to build and push policies to openpolicyregistry.io ?