authzed / spicedb-operator

Kubernetes controller for managing instances of SpiceDB
Apache License 2.0
61 stars 24 forks source link

Ablity to specify preshared_key and datastore_uri in different secrets and with custom keys #285

Open tokongs opened 5 months ago

tokongs commented 5 months ago

If you don't completely control how the datastore_uri is generated(and possibly regenerated at any time), such as with a Postgres operator, creating a secret for the SpiceDBCluster config is hard.

The ability to specify these parameters in different secrets and with custom keys inside the secrets would be great!

ecordell commented 5 months ago

Thanks for the suggestion; I agree that this should be more flexible. There is also some overlap with https://github.com/authzed/spicedb-operator/issues/155

sabarish-stratforge commented 1 month ago

Hi @ecordell , Any update regarding this issue?

jgarcia-sqsp commented 2 weeks ago

Has anyone found a way to work around the current expected secret format? Would love to have this capability eventually though