Skip to content

Commit

Permalink
[DOCS] Add a note on regexps in ACLs (#1533)
Browse files Browse the repository at this point in the history
Fixes #1523
  • Loading branch information
clems4ever committed Dec 16, 2020
1 parent 21fd616 commit 86c4577
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/configuration/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86c4577

Please sign in to comment.