Skip to content

Commit

Permalink
Improve documentation around impersonation
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Blessing authored and kokosing committed Mar 14, 2023
1 parent f965df6 commit 068f911
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 068f911

Please sign in to comment.