Configured to use openshift ingress
ssp.ingress.type: "openshiftroute"
ssp.ingress.ingressClassName: "default-ingress"
When updated with the above parameters, the ingress is configured with tls configuration. Such as:
tls:
- hosts:
- <HOST>.example.com
secretName: ssp-keys-iskHowever, HAProxy is configured cluster-wide for TLS and rejects the above configuration. The recommended way is to skip the TLS entirely, or to declare it like below
tls:
- {}
Do not see any setting in the SSP chart to be able to remove it.
IDSP: Authentication Hub 4.0.3 or prior