Skip to content

Commit 189c5b2

Browse files
committed
Explain reverse authn proxy is not impersonation
1 parent cf0567a commit 189c5b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,11 @@ risks and the mechanisms to protect that CA's usage.
10201020
The API server can be configured to identify users from request header values, such as `X-Remote-User`.
10211021
It is designed for use in combination with an _authenticating proxy_ that sets these headers.
10221022

1023+
Using an authenticating reverse proxy is different from [user impersonation](/docs/reference/access-authn-authz/user-impersonation/).
1024+
With user impersonation, one user requests the API server to treat the request as if it were being
1025+
made by a different user. With an authenticating reverse proxy, the API server trusts its direct client
1026+
to provide information about the identity of the principal making the original request.
1027+
10231028
See [web request header configuration](#api-server-authn-config-cli-reverse-proxy) to learn about
10241029
configuring this using command line arguments.
10251030

0 commit comments

Comments
 (0)