auth0 / k8s-pixy-auth

k8s plugin to authenticate against an OIDC compatible issuer using PKCE (pixy) flow
MIT License
26 stars 9 forks source link

Auth credentials are not preserved on Ubuntu 18.04 #19

Closed MOZGIII closed 4 years ago

MOZGIII commented 5 years ago

When I'm using the system, auth credentials are asked every time (on every kubectl command the browser opens) and are not persisted. Technically, I'm not even using master (cause it's simply broken on Ubuntu), but the code from #18. Apparently, the keyring update makes auth flow not stuck, but it still doesn't work as it's supposed to. See also: #17

grounded042 commented 5 years ago

I used this to debug for Ubuntu: https://github.com/auth0/k8s-pixy-auth/blob/b218dee6584eb12d0470f337993be74065d4c02c/docs/DockerTestingForUbuntu.md and did not have any problems. Would you be able to run through that and see if it works or not? I'm not sure why it's working for me and not for you.

grounded042 commented 4 years ago

As there has been no update on this ticket in several months I'm going to close it. If this is still an issue you would like to pursue, please comment and re-open the issue.