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

Provider/Consumer: Remove grpc.WithInsecure() param while making client connection with API server #1515

Open
kesavanvt opened this issue Feb 11, 2022 · 1 comment

Comments

@kesavanvt
Copy link

Remove grpc.WithInsecure() param while making client connection with API server and include necessary TLS details.

@nb-ohad
Copy link
Contributor

nb-ohad commented Feb 12, 2022

I think this is the wrong approach as we cannot assume clients have access to a CA in the certificate chain of the provider cluster serving cert CA.

The best approach is to enable clients to opt into insecure connections if needed

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

2 participants