authzed / spicedb-operator

Kubernetes controller for managing instances of SpiceDB
Apache License 2.0
62 stars 26 forks source link

Add a flag for insecure dispatch #251

Open ecordell opened 11 months ago

ecordell commented 11 months ago

If you're using dispatch but not configuring TLS, it requires you to set:

      dispatchClusterTLSCertPath: ""
      dispatchClusterTLSKeyPath: ""
      dispatchUpstreamCASecretName: ""

it would be nice if there was just a single flag for this like insecureDispatch: true. Though we generally recommend TLS for dispatch, some users might be using sidecars to manage mtls, etc.