-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Hello.
In K8s / OCP deployment environments, the gRPC probes don't support TLS.
Unfortunately, the server SSL configuration gets applied globally (for what I can see/read) and therefore it then protects also the Health service.
Would it be possible to have some sort of configuration where to say that some services should not be protected through TLS?
Or, alternatively, is there maybe a way to do this already?