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.
This commit is contained in:
2024-03-25 08:43:55 -05:00
parent c7223ff4fd
commit 680709e670

View File

@@ -46,6 +46,10 @@ access_control:
- HEAD
- OPTIONS
policy: bypass
- domain: hlcforms.pyrocufflink.blue
resources:
- '^/submit/.*'
policy: bypass
authentication_backend:
ldap: