change owner of authelia secrets
This commit is contained in:
@@ -2,15 +2,19 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
sops.secrets.authelia-jwt-secret = {
|
sops.secrets.authelia-jwt-secret = {
|
||||||
|
owner = "authelia-main";
|
||||||
sopsFile = ./secrets.yaml;
|
sopsFile = ./secrets.yaml;
|
||||||
};
|
};
|
||||||
sops.secrets.authelia-backend-ldap-password = {
|
sops.secrets.authelia-backend-ldap-password = {
|
||||||
|
owner = "authelia-main";
|
||||||
sopsFile = ./secrets.yaml;
|
sopsFile = ./secrets.yaml;
|
||||||
};
|
};
|
||||||
sops.secrets.authelia-storage-encryption-key = {
|
sops.secrets.authelia-storage-encryption-key = {
|
||||||
|
owner = "authelia-main";
|
||||||
sopsFile = ./secrets.yaml;
|
sopsFile = ./secrets.yaml;
|
||||||
};
|
};
|
||||||
sops.secrets.authelia-session-secret = {
|
sops.secrets.authelia-session-secret = {
|
||||||
|
owner = "authelia-main";
|
||||||
sopsFile = ./secrets.yaml;
|
sopsFile = ./secrets.yaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user