move authelia ldap password file
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user