diff --git a/.env.sample b/.env.sample index f7598c3..53faf9f 100644 --- a/.env.sample +++ b/.env.sample @@ -58,5 +58,5 @@ DEFAULT_QUOTA="10 GB" # COMPOSE_FILE="$COMPOSE_FILE:compose.authentik.yml" # AUTHENTIK_USER_PREFIX=authentik # AUTHENTIK_DOMAIN=authentik.example.com -# AUTHENTIK_SECRET_NAME=authentik_example_com_nextcloud_secret_v1 # the same as in authentik -# AUTHENTIK_ID_NAME=authentik_example_com_nextcloud_id_v1 # the same as in authentik +# SECRET_AUTHENTIK_SECRET_VERSION=v1 +# SECRET_AUTHENTIK_ID_VERSION=v1 diff --git a/compose.authentik.yml b/compose.authentik.yml index a2969b8..4046c63 100644 --- a/compose.authentik.yml +++ b/compose.authentik.yml @@ -8,7 +8,7 @@ services: secrets: authentik_secret: external: true - name: ${AUTHENTIK_SECRET_NAME} + name: ${STACK_NAME}_authentik_secret_${SECRET_AUTHENTIK_SECRET_VERSION} authentik_id: external: true - name: ${AUTHENTIK_ID_NAME} + name: ${STACK_NAME}_authentik_id_${SECRET_AUTHENTIK_ID_VERSION} diff --git a/release/next b/release/next new file mode 100644 index 0000000..ee32142 --- /dev/null +++ b/release/next @@ -0,0 +1 @@ +The authentik secrets need to be inserted again, as nextcloud is not sharing the secret with authentik any more.