You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
When deploying Dex+Gangway to a new cluster and trying to log in, the CLI instructions show this:
echo "" \ > /tmp/ca-test-oidc.pem
In quotes should be the cluster CA but it is empty.
This happens because Gangway is using the default service account and since #704 we don't mount it in pods by default. This causes the CA file that Gangway expects (/var/run/secrets/kubernetes.io/serviceaccount/ca.crt) not to be in the pod file system.
The text was updated successfully, but these errors were encountered:
When deploying Dex+Gangway to a new cluster and trying to log in, the CLI instructions show this:
In quotes should be the cluster CA but it is empty.
This happens because Gangway is using the default service account and since #704 we don't mount it in pods by default. This causes the CA file that Gangway expects (
/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
) not to be in the pod file system.The text was updated successfully, but these errors were encountered: