Open andrewazores opened 3 months ago
Some discussion here: https://github.com/cryostatio/cryostat-helm/pull/167#issuecomment-2218643815
I guess there is one small thing to note is that the oauth proxy seems not to set some X-Forwarded-*
header so redirect will likely fail. When ingress or route is available, those headers are set and forwarded correctly.
The proxy seems not to set those headers on its own, but that configuration adds them in so that it does set them. So long as the relevant environment variables get set then it should work out, I think.
Describe the feature
End users should have the following new options for TLS:
serving-cert
feature. This is implemented now, but only in a way where it is tied to deployment of theopenshift-oauth-proxy
serving-cert
, ifserving-cert
is enabled and no custom certs are suppliedAnything other information?
No response