←back to thread

189 points udev4096 | 2 comments | | HN request time: 0.487s | source
Show context
ants_everywhere ◴[] No.42137201[source]
Are there good alternatives in 2024 to Keycloak + FreeIPA for k8s-native environments?
replies(3): >>42137358 #>>42137857 #>>42138691 #
1. tecleandor ◴[] No.42137358[source]
Dex + FreeIPA (or whatever backend you want to use) ?

Although 2FA is pending merge: https://github.com/dexidp/dex/pull/3712

replies(1): >>42259170 #
2. folmar ◴[] No.42259170[source]
Dex is very good if you have some other auth in place, but the local user store is quite bare-bones, and not all providers are equally good.

On the other hand it is very light on resources, so if you need it anywhere you can add it to you app/deployment and be happy.