1
0
Fork 0

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.
etcd
Dustin 2024-03-25 08:43:55 -05:00
parent c7223ff4fd
commit 680709e670
1 changed files with 4 additions and 0 deletions

View File

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