From 680709e670c0f1905badbb39b6ace5af6aac156c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 25 Mar 2024 08:43:55 -0500 Subject: [PATCH] authelia: Add auth rule for HLC forms submit The *hlcforms* application handles form submissions for the Hatch Learning Center website. It has various features for Tabitha that are only accessible internally, but the form submission handler itself of course needs to be accessible anonymously. --- authelia/configuration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 5bbc241..4c159f0 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -46,6 +46,10 @@ access_control: - HEAD - OPTIONS policy: bypass + - domain: hlcforms.pyrocufflink.blue + resources: + - '^/submit/.*' + policy: bypass authentication_backend: ldap: