change owner of authelia secrets
This commit is contained in:
parent
e34b5f499b
commit
cbd5d2644d
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue