From 068f911236cda43fe6d8706a879ec14740c2280e Mon Sep 17 00:00:00 2001 From: Terry Blessing Date: Mon, 13 Mar 2023 17:13:42 -0500 Subject: [PATCH] Improve documentation around impersonation --- .../main/sphinx/security/file-system-access-control.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/sphinx/security/file-system-access-control.rst b/docs/src/main/sphinx/security/file-system-access-control.rst index 320011f03b7e..dfc8f40d057e 100644 --- a/docs/src/main/sphinx/security/file-system-access-control.rst +++ b/docs/src/main/sphinx/security/file-system-access-control.rst @@ -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``.