From a46743bc96e30dd159fb510fccd20a5140159c30 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 19 Oct 2021 13:35:23 +0200 Subject: [PATCH] authelia works --- apps/authelia/configMaps/configuration.yml | 15 ++++++++------- apps/authelia/deployment.yaml | 1 - 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/authelia/configMaps/configuration.yml b/apps/authelia/configMaps/configuration.yml index be70478..37e492e 100644 --- a/apps/authelia/configMaps/configuration.yml +++ b/apps/authelia/configMaps/configuration.yml @@ -70,13 +70,13 @@ server: ## log: ## Level of verbosity for logs: info, debug, trace. - level: debug + level: info ## Format the logs are written as: json, text. format: text ## File path where the logs will be written. If not set logs are written to stdout. - file_path: /config-nfs/authelia.log + file_path: "" #/config-nfs/authelia.log ## Whether to also log to stdout when a log_file_path is defined. # keep_stdout: false @@ -241,12 +241,13 @@ authentication_backend: file: path: /config-nfs/users_database.yml password: - algorithm: argon2id - iterations: 1 - key_length: 32 + algorithm: sha512 salt_length: 16 - memory: 1024 - parallelism: 8 + #algorithm: argon2id + #iterations: 1 + #key_length: 32 + #memory: 32 + #parallelism: 4 ## ## Access Control Configuration ## diff --git a/apps/authelia/deployment.yaml b/apps/authelia/deployment.yaml index 7ae5bbf..30f9004 100644 --- a/apps/authelia/deployment.yaml +++ b/apps/authelia/deployment.yaml @@ -24,7 +24,6 @@ spec: containers: - name: authelia image: authelia/authelia:latest - imagePullPolicy: IfNotPresent env: #- name: AUTHELIA_SERVER_PORT # value: "9091"