vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

Add Identity Provider CA CA in command template #168

Closed jenting closed 4 years ago

jenting commented 4 years ago

The kubeconfig file generated by gangway does not include the self-signed certificate (untrusted) cluster CA which is used to verify the trusted connection between dex. This will cause some confusion when refreshing id-token if users don't have trusted the CA like adding into the local trust or specific oidc auth options in kubeconfig (like idp-certificate-authority or idp-certificate-authority-data).

fixed #148 supersedes #149