https://authzed.com logo
Title
r

RobertM

11/22/2022, 4:29 AM
Hi! I'm looking into using spicedb operator and have a question about the configuration options for SpiceDB clusters. It seems like the only way to pass configuration now to a new SpiceDB cluster is by specifying
secretName
- is this correct? I'm basing my assumption on: https://github.com/authzed/spicedb-operator/blob/cac0628fcdc84c111d081f303641a790925a17f9/pkg/config/config.go#L198-L217 Is there another way I could provide
datastore_uri
for operator to use for clusters? env variable? Are there plans to introduce any other way? Currently I have credentials that I want to use in
datastore_uri
in another secret, so I'm looking for a solution here... Thanks!