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

Add a flag for insecure dispatch

Open ecordell opened this issue 2 years ago • 0 comments

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.

ecordell avatar Aug 28 '23 18:08 ecordell