-
Notifications
You must be signed in to change notification settings - Fork 841
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
[gRPC] TLS enable/disable by variable #11489
Comments
Any updates on this? We really need this too! |
We are thinking of achieving this using URL schemes like Let me know if that unblocks your use case. |
Correct me if I'm wrong, this approach does not work just yet. This would unblock our case! |
+1 on this issue since it's blocking many developers working with grpc since mostly local dev is using non TLS and production is using TLS. thanks! |
+1 This will be great to achieving this using URL schemes like grpc:// and grpcs:// in the server URL instead. Details: |
Has this been implemented yet? |
Is there an existing request for this feature?
Is your feature request related to a problem?
Among different environment TLS settings can be different, e.g. Local development vs QA. As we use server reflection to trigger requests when we switch between different environments users have to be aware that they have to click on the 🔒 icon to change TLS settings.
Describe the solution you'd like
I'd like that TLS settings for gRPC requests could be enabled/disabled based on an environment setting.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: