spicedb-operator icon indicating copy to clipboard operation
spicedb-operator copied to clipboard

Kubernetes controller for managing instances of SpiceDB

Results 44 spicedb-operator issues
Sort by recently updated
recently updated
newest added

**Summary** Provide some means of attaching a sidecar to both the Deployment and Job. **Background** Google Cloud SQL supports encryption and IAM authentication using the [Cloud SQL Proxy service](https://cloud.google.com/sql/docs/postgres/sql-proxy), running...

Ref: #115 The goal is to allow a user to supply a [bootstrap file](https://authzed.com/docs/spicedb/feature-overview#devtools-entrypoint) with schema and relationships to SpiceDB on start, via the kube apis. ## Today This is...

If you're using dispatch but not configuring TLS, it requires you to set: ```yaml dispatchClusterTLSCertPath: "" dispatchClusterTLSKeyPath: "" dispatchUpstreamCASecretName: "" ``` it would be nice if there was just a...

Hi 👋 I'm running a spicedb cluster, and I'm getting a warning in the `Status.Conditions` of the cluster because TLS is not configured. I would like to be able to...

hint/good first issue
hint/help wanted
priority/3 low

This is a draft until I can test the publishing workflow manually with goreleaser.

**Summary** Add a default pod topology spread constraint the cluster deployment to prefer scheduling on different nodes, so that failure of a node or zone does not result in an...

**Summary** Add default pod and container security context settings. **Background** At the moment, the operator creates a deployment without any security context settings, so will use the cluster defaults. SpiceDB...

area/security
priority/3 low

Creating this issue to track interest in an officially supported Helm chart for deploying SpiceDB. Related to #76

We're using the spicedb-operator to deploy to our K8S cluster. Our cluster allows for both Linux and Windows nodes. Occasionally we'll end up with a pod trying to start on...

kind/tech debt
priority/3 low

`spicedb-operator` has minimal packaging right now (a directory of kustomize manifests). Several options that are worth exploring for other delivery mechanisms: - [helm charts](https://helm.sh/) - [OLM](https://sdk.operatorframework.io/docs/olm-integration/quickstart-bundle/) and/or [RukPak](https://github.com/operator-framework/rukpak) bundles -...

area/tooling
priority/3 low
state/needs discussion