Evan Cordell
Evan Cordell
It's mounted under `spicedb-db-tls` (which will need to be referenced in the `datastore_uri` in the secret), but this is not documented well.
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...
This is a draft until I can test the publishing workflow manually with goreleaser.
`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 -...
The operator should report a warning if it sees `version` and/or `channel` nested under `config` in the spec - this is likely a user error, intending to set `.spec.version` or...
We noticed that an invalid patch doesn't result in an error condition from the failed deployment application, instead only logging it. The operator should report these types of errors on...
If the `SpiceDBCluster` has the condition `WaitingForDeploymentAvailability` and the `spec.config.replicas` value is changed, then the cluster can get stuck in the waiting state: ```yaml Conditions: Last Transition Time: 2022-11-09T18:38:05Z Message:...
With #135, there are a lot more possibilities for how you might mount data for SpiceDB to consume. For example, you might want to use an external secret store like...