From 1b6156ac4adea44f4d33ffe2dffd7e3b8a5e8c69 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 7 Feb 2024 00:20:29 -0700 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Authentik.md --- Docker & Kubernetes/Docker/Docker Compose/Authentik.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Authentik.md b/Docker & Kubernetes/Docker/Docker Compose/Authentik.md index 3bcefbd..2b9d19c 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Authentik.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Authentik.md @@ -89,11 +89,15 @@ services: ``` ```jsx title=".env" -PLACEHOLDER +PG_PASS= +AUTHENTIK_SECRET_KEY= ``` !!! note "Generating a Password" + Navigate to the online [PWGen Password Generator](https://pwgen.io/en/) to generate the passwords for `PG_PASS` (40 characters) and `AUTHENTIK_SECRET_KEY` (50 characters). + Because of a PostgreSQL limitation, only passwords up to 99 characters are supported + See https://www.postgresql.org/message-id/09512C4F-8CB9-4021-B455-EF4C4F0D55A0@amazon.com ## Traefik Reverse Proxy Configuration If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.