OIDC fails with custom CA
Cloned big-bang/bigbang#1564 (closed)
When using Kiali OIDC on the latest version of Big Bang with an SSO IdP that has a non-standard CA cert, Kiali will not trust the presented TLS certificate and fail to authenticate. According to the Kiali docs, it looks like we just need to create a secret kiali-cabundle
. I will work on testing and implementing this.