do not protect vaultwarden web app
This commit is contained in:
parent
d35b4b4f38
commit
d45d4a5fb6
1 changed files with 6 additions and 5 deletions
|
@ -170,11 +170,12 @@ in
|
|||
policy = "two_factor";
|
||||
subject = ["group:vaultwarden_admin"];
|
||||
}
|
||||
{
|
||||
domain = fqdn;
|
||||
policy = "two_factor";
|
||||
subject = ["group:vaultwarden"];
|
||||
}
|
||||
# There's no way to protect the webapp using Authelia this way, see https://github.com/dani-garcia/vaultwarden/discussions/3188
|
||||
# {
|
||||
# domain = fqdn;
|
||||
# policy = "two_factor";
|
||||
# subject = ["group:vaultwarden"];
|
||||
# }
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue