move authelia ldap password file
This commit is contained in:
parent
9f88466440
commit
0b2a92fcf1
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,10 @@
|
||||||
jwtSecretFile = config.sops.secrets.authelia-jwt-secret.path;
|
jwtSecretFile = config.sops.secrets.authelia-jwt-secret.path;
|
||||||
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption-key.path;
|
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption-key.path;
|
||||||
sessionSecretFile = config.sops.secrets.authelia-session-secret.path;
|
sessionSecretFile = config.sops.secrets.authelia-session-secret.path;
|
||||||
authenticationBackendLDAPPasswordFile = config.sops.secrets.authelia-backend-ldap-password.path;
|
};
|
||||||
|
environmentVariables = {
|
||||||
|
"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE" = config.sops.secrets.authelia-backend-ldap-password.path;
|
||||||
|
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue