Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/main/sphinx/security/file-system-access-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,10 @@ Each impersonation rule is composed of the following fields:
impersonation. Defaults to ``.*``.
* ``original_role`` (optional): regex to match against role names of the
requesting impersonation. Defaults to ``.*``.
* ``new_user`` (required): regex to match against the user that will be
impersonated. May contain references to subsequences captured during the match
against *original_user*, and each reference will be replaced by the result of
evaluating the corresponding group respectively.
* ``new_user`` (required): regex to match against the user to impersonate. Can
contain references to subsequences captured during the match against
*original_user*, and each reference is replaced by the result of evaluating
the corresponding group respectively.
* ``allow`` (optional): boolean indicating if the authentication should be
allowed. Defaults to ``true``.

Expand Down