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

Process fails if current working directory is not writable #156

Open TJM opened 4 years ago

TJM commented 4 years ago

We are hoping to fix this problem internally with documentation, but we have seen this process fail when the user's shell was currently in a directory that they could not write to. I am not sure whether we should prefix the name of the CA certificate with ~/.kube or just ~/ or /tmp/whatever... long story short, if they are not in a writable directory when they copy/paste the steps, it will fail in ways that are not very clear.