File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1020,6 +1020,11 @@ risks and the mechanisms to protect that CA's usage.
10201020The API server can be configured to identify users from request header values, such as ` X-Remote-User ` .
10211021It 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+
10231028See [ web request header configuration] ( #api-server-authn-config-cli-reverse-proxy ) to learn about
10241029configuring this using command line arguments.
10251030
You can’t perform that action at this time.
0 commit comments