[DOCS] Add a note on regexps in ACLs (#1533)

Fixes #1523
pull/1537/head^2
Clément Michaud 2020-12-16 01:00:58 +01:00 committed by GitHub
parent 21fd616f8c
commit 86c4577127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ A rule can define multiple regular expressions for matching the path of the reso
similar to the list of domains. If any one of them matches, the resource criteria of
the rule matches.
Note that regular expressions can be used to match a given path. However, they do not match
the query parameters in the URL, only the path.
You might also face some escaping issues preventing Authelia to start. Please make sure that
when you are using regular expressions, you enclose them between quotes. It's optional but
it will likely save you a lot of debugging time.
## Subjects