You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some applications require that all images be pulled from a custom container registry, either for vulnerability scanning or for firewall egress reasons. I propose adding an option to spicedb-operator's CRD to allow specifying the registry, which would override the default ghcr.io registry. Supposing the custom registry is public.ecr.aws, a sample image that spicedb-operator would use in a SpiceDB deployment might be public.ecr.aws/authzed/spicedb:v1.39.1.
Some applications require that all images be pulled from a custom container registry, either for vulnerability scanning or for firewall egress reasons. I propose adding an option to spicedb-operator's CRD to allow specifying the registry, which would override the default
ghcr.io
registry. Supposing the custom registry ispublic.ecr.aws
, a sample image that spicedb-operator would use in a SpiceDB deployment might bepublic.ecr.aws/authzed/spicedb:v1.39.1
.Here's a
SpiceDBCluster
with the proposed option:The text was updated successfully, but these errors were encountered: