Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a flag for insecure dispatch #251

Open
ecordell opened this issue Aug 28, 2023 · 0 comments
Open

Add a flag for insecure dispatch #251

ecordell opened this issue Aug 28, 2023 · 0 comments

Comments

@ecordell
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant