You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues for this feature request and I know that duplicates will be closed
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:
We are thinking of achieving this using URL schemes like grpc:// and grpcs:// in the server URL instead.
The scheme will override the TLS setting (🔒 icon).
This will be great to achieving this using URL schemes like grpc:// and grpcs:// in the server URL instead.
The scheme will override the TLS setting (🔒 icon).
Details:
We also have gRPC Service running on 2 environments - local machine and dev in cloud
For local env I send gRPC queries with TLS Disabled.
For dev cloud env i send gRPC queries with TLS Enabled.
I have 100 scripts
Each time I run all the scripts and switch from Local to DEV/Cloud environment
I need to manually Disable Enable for each request!
I do not want to DUPLICATE my collection and to keep the LOCAL and DEV environments version.
I want to be able to Enable/Disable TLS from script.
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: