From acf7c91a92e926ab25035a41ca2575233a7620bf Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Aug 2024 10:39:52 +1000 Subject: [PATCH] Remove OIDC secret from authelia image --- authentication/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index d6c826f..0ba33bf 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -14,8 +14,6 @@ services: AUTHELIA_NOTIFIER_SMTP_USERNAME: ${NASCOMPOSE_AUTHELIA_SMTP_USERNAME?} AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /run/secrets/smtp_password AUTHELIA_NOTIFIER_SMTP_SENDER: "authelia@${NASCOMPOSE_DOMAIN?}" - AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE: /run/secrets/oidcsecret - AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE: /run/secrets/oidc.pem X_AUTHELIA_CONFIG_FILTERS: template TEMPLATE_NASCOMPOSE_DOMAIN: ${NASCOMPOSE_DOMAIN?} networks: