diff --git a/Docker & Kubernetes/Docker/Docker Compose/Authentik.md b/Docker & Kubernetes/Docker/Docker Compose/Authentik.md index 9e04f20..c052b6e 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Authentik.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Authentik.md @@ -1,3 +1,6 @@ +!!! bug + The docker-compose version of the deployment appears bugged and has known issues, deployment via Kubernetes is required to stability and support. + **Purpose**: Authentik is an open-source Identity Provider, focused on flexibility and versatility. With authentik, site administrators, application developers, and security engineers have a dependable and secure solution for authentication in almost any type of environment. There are robust recovery actions available for the users and applications, including user profile and password management. You can quickly edit, deactivate, or even impersonate a user profile, and set a new password for new users or reset an existing password. This document is based on the [Official Docker-Compose Documentation](https://goauthentik.io/docs/installation/docker-compose). It is meant for testing / small-scale production deployments.