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
parent
c7223ff4fd
commit
680709e670
|
@ -46,6 +46,10 @@ access_control:
|
||||||
- HEAD
|
- HEAD
|
||||||
- OPTIONS
|
- OPTIONS
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
- domain: hlcforms.pyrocufflink.blue
|
||||||
|
resources:
|
||||||
|
- '^/submit/.*'
|
||||||
|
policy: bypass
|
||||||
|
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
ldap:
|
ldap:
|
||||||
|
|
Loading…
Reference in New Issue