1
0
Fork 0

add rules config to authelia module

This commit is contained in:
ibizaman 2023-08-09 00:09:56 -07:00
parent 5e9f4d1ea3
commit 56cc74c3ed

View file

@ -204,10 +204,13 @@ in
]; ];
rules = [ rules = [
{ {
domain = "test.${cfg.domain}"; domain = fqdn;
policy = "one_factor"; policy = "bypass";
resources = [
"^/api/.*"
];
} }
]; ] ++ cfg.rules;
}; };
identity_providers.oidc.clients = cfg.oidcClients; identity_providers.oidc.clients = cfg.oidcClients;
telemetry = { telemetry = {