Environment variable to control TLS in gRPC request

I am using Postman for gRPC requests. I have multiple collections for multiple environments. Some of the servers I connect have TLS enabled, some are not. For example, environemnt localDockerDeployment has TLS disabled, envoronment ApplicationPreProd has TLS enabled. How can I define a variable in my Environments to control Enable/Disable TLS for gRPC requests?

Unfortunately, Postman doesn’t currently support using environment variables to dynamically control TLS settings for gRPC requests. The TLS enable/disable setting is a static configuration in the gRPC request UI.

This is a legitimate need and you should consider submitting a feature request at: https://github.com/postmanlabs/postman-app-support/issues