Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Custom SpiceDB container registry #350

Open
jackwellsxyz opened this issue Feb 12, 2025 · 0 comments
Open

Proposal: Custom SpiceDB container registry #350

jackwellsxyz opened this issue Feb 12, 2025 · 0 comments

Comments

@jackwellsxyz
Copy link

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.

Here's a SpiceDBCluster with the proposed option:

apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
  name: test-cluster
spec:
  version: "v1.39.1"
  channel: "stable"
  config:
    datastoreEngine: postgres
  secretName: spicedb-config
  containerRegistry: public.ecr.aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant