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 = [
{
domain = "test.${cfg.domain}";
policy = "one_factor";
domain = fqdn;
policy = "bypass";
resources = [
"^/api/.*"
];
}
];
] ++ cfg.rules;
};
identity_providers.oidc.clients = cfg.oidcClients;
telemetry = {