kubernetes-service-repo/Authentik
2026-04-15 16:02:47 +01:00
..
README.md feat(documentation): Added authentik readme content and example helm values file 2026-04-15 16:02:47 +01:00
values.yml feat(documentation): Added authentik readme content and example helm values file 2026-04-15 16:02:47 +01:00

Authentik

Authentik provides a single-sign-on service (SSO) that allows you to login to many different services using the same account. It provides LDAP, OIDC, OAUTH2, and other authentication endpoints. It is highly configurable (to the point of being quite complex). I used their helm chart (found here) to deploy mine. I may create a proper kubernetes deployment in the future if people want that, but the helm chart has worked perfectly fine for me. I have left an example values file here which is based on the one I used for my own deployment, but you are probably best off following the official documentation.