Add a flag for insecure dispatch
Opened this issue · 0 comments
ecordell commented
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.