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

Kubernetes controller for managing instances of SpiceDB

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

The current example does not include configuring CockroachDB to enable changefeeds, which means that the Watch API is not available in the examples.

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

Bumps the gomod-version group with 13 updates: | Package | From | To | | --- | --- | --- | | [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` | | [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch)...

area/dependencies

https://github.com/authzed/spicedb-operator/issues/291#issuecomment-2209427392 Introduce `--watch-namespaces` argument to the spicedb-operator cmd, which accepts a comma-separated list of namespaces to watch. Update the controller to set up informers for each namespace. If the argument...

https://github.com/authzed/spicedb-operator/pull/320 switched from using a fork of client-go with SMP metadata included on the ApplyConfiguration types to pulling the OpenAPI schema and using that to for structured merge patch metadata....

### Context I'm working on setting up the spicedb-operator but don't want to give it more permissions than it truly needs. I would like to withhold some of the kubernetes...

Bumps the gomod-version group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/samber/lo](https://github.com/samber/lo) | `1.44.0` |...

area/dependencies

The operator has [liveness and readiness probes](https://github.com/authzed/spicedb-operator/blob/24d60c62cf989290d41416d8859dccfb5e073157/pkg/config/config.go#L788-L795) configured. However, the timeout on that probe is a bit misleading, because that's the timeout of the invocation of the command, rather than...