authelia works

This commit is contained in:
2021-10-19 13:35:23 +02:00
parent aa44e55363
commit a46743bc96
2 changed files with 8 additions and 8 deletions

View File

@@ -70,13 +70,13 @@ server:
## ##
log: log:
## Level of verbosity for logs: info, debug, trace. ## Level of verbosity for logs: info, debug, trace.
level: debug level: info
## Format the logs are written as: json, text. ## Format the logs are written as: json, text.
format: text format: text
## File path where the logs will be written. If not set logs are written to stdout. ## 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. ## Whether to also log to stdout when a log_file_path is defined.
# keep_stdout: false # keep_stdout: false
@@ -241,12 +241,13 @@ authentication_backend:
file: file:
path: /config-nfs/users_database.yml path: /config-nfs/users_database.yml
password: password:
algorithm: argon2id algorithm: sha512
iterations: 1
key_length: 32
salt_length: 16 salt_length: 16
memory: 1024 #algorithm: argon2id
parallelism: 8 #iterations: 1
#key_length: 32
#memory: 32
#parallelism: 4
## ##
## Access Control Configuration ## Access Control Configuration
## ##

View File

@@ -24,7 +24,6 @@ spec:
containers: containers:
- name: authelia - name: authelia
image: authelia/authelia:latest image: authelia/authelia:latest
imagePullPolicy: IfNotPresent
env: env:
#- name: AUTHELIA_SERVER_PORT #- name: AUTHELIA_SERVER_PORT
# value: "9091" # value: "9091"