Skip to content

Commit

Permalink
fix: add webfinger to authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
clempat committed Oct 23, 2024
1 parent 4a74077 commit 46a1a96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/security/authentik/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:

AUTHENTIK_REDIS__PASSWORD: "{{ .authentik_redis_password }}"

AUTHENTIK_WEBFINGER__ENABLED: "true"
AUTHENTIK_WEBFINGER__DOMAIN: "${SECRET_DOMAIN}"

# Postgres Init
INIT_POSTGRES_DBNAME: *db_name
INIT_POSTGRES_HOST: *db_host
Expand Down

0 comments on commit 46a1a96

Please sign in to comment.