spicedb-operator
spicedb-operator copied to clipboard
Add a flag for insecure dispatch
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.