From aa45bb4a0c0bdecc33fab8bcf89f22bad1fb0b6c Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 15 Oct 2023 20:31:45 -0400 Subject: [PATCH] Add auth header --- firefly-iii/helmrelease-firefly-iii.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firefly-iii/helmrelease-firefly-iii.yaml b/firefly-iii/helmrelease-firefly-iii.yaml index 5498b48..0033da3 100644 --- a/firefly-iii/helmrelease-firefly-iii.yaml +++ b/firefly-iii/helmrelease-firefly-iii.yaml @@ -55,6 +55,9 @@ spec: TZ: "America/New_York" TRUSTED_PROXIES: "**" APP_URL: "https://money.clortox.com" + AUTHENTICATION_GUARD: "remote_user_guard" + AUTHENTICATION_GUARD_HEADER: "X-authentik-email" + # -- Create a new Secret from values file to store sensitive environment variables. Make sure to keep your secrets encrypted in the repository! For example, you can use the 'helm secrets' plugin (https://github.com/jkroepke/helm-secrets) to encrypt and manage secrets. If the 'config.existingSecret' value is set, a new Secret will not be created. secrets: