Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to work outside of Dex #180

Open
desaintmartin opened this issue Oct 20, 2021 · 2 comments
Open

Ability to work outside of Dex #180

desaintmartin opened this issue Oct 20, 2021 · 2 comments

Comments

@desaintmartin
Copy link
Contributor

We have been using dex-k8s-authenticator for several years, it is a very nice project.

Reading its code recently, I discovered it is in fact a generic oidc-k8s-authenticator, and trying to use it without dex but directly with my oidc provider make it work out of the box. Is it in the scope of the project? If so, maybe we could add some documentation about it.

@nabadger
Copy link
Contributor

It's not something I've tried - i guess it's fairly coupled to dex by name (and the helm charts we ship).

Did you managed to get it working?

@desaintmartin
Copy link
Contributor Author

desaintmartin commented Nov 10, 2021

Actually, it is perfectly working and it is now in production. The only change we made was extending the Gitlab token validity (we use Gitlab as oidc provider) which is 2 minutes by default and caused refresh issues when using several clients (to be honest, we did the same thing for Dex...). So we entirely got rid of Dex to fully rely on Gitlab. I suppose it would work with any OIDC provider, so auth0 or Keycloak should work as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants