mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
11 lines
570 B
Plaintext
11 lines
570 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * authentication/understanding-authentication.adoc
|
|
// * applications/projects/creating-project-other-user.adoc
|
|
// * users_and_roles/impersonating-system-admin.adoc
|
|
|
|
[id="authentication-api-impersonation_{context}"]
|
|
= API impersonation
|
|
|
|
You can configure a request to the {product-title} API to act as though it originated from another user. For more information, see link:https://kubernetes.io/docs/reference/access-authn-authz/authentication/#user-impersonation[User impersonation] in the Kubernetes documentation.
|