Harden backup and posture checks
This commit is contained in:
@@ -18,11 +18,11 @@ authentication_backend:
|
||||
path: /config/users_database.yml
|
||||
password:
|
||||
algorithm: argon2id
|
||||
iterations: 1
|
||||
iterations: 3
|
||||
key_length: 32
|
||||
salt_length: 16
|
||||
memory: 1024
|
||||
parallelism: 8
|
||||
memory: 65536
|
||||
parallelism: 4
|
||||
|
||||
access_control:
|
||||
default_policy: deny
|
||||
|
||||
Reference in New Issue
Block a user