From fcecf1b7ed217601a28e92787768c9676380e0a2 Mon Sep 17 00:00:00 2001 From: xilabao Date: Tue, 25 Apr 2017 17:30:05 +0800 Subject: [PATCH] fix impersonate in authorization --- docs/admin/authorization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/index.md b/docs/admin/authorization/index.md index 1604d514c4..fc39c0a78a 100644 --- a/docs/admin/authorization/index.md +++ b/docs/admin/authorization/index.md @@ -71,7 +71,7 @@ Some components perform authorization checks for additional permissions using sp * [PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/) checks for authorization of the `use` verb on `podsecuritypolicies` resources in the `extensions` API group. * [RBAC](/docs/admin/authorization/rbac/#privilege-escalation-prevention-and-bootstrapping) checks for authorization of the `bind` verb on `roles` and `clusterroles` resources in the `rbac.authorization.k8s.io` API group. -* [Authentication](/docs/admin/authentication/) layer checks for authorization of the `impersonate` verb on `users`, `groups`, and `userextras` in the `authentication.k8s.io` API group, and the `serviceaccounts` in the core API group. +* [Authentication](/docs/admin/authentication/) layer checks for authorization of the `impersonate` verb on `users`, `groups`, and `serviceaccounts` in the core API group, and the `userextras` in the `authentication.k8s.io` API group. ## ABAC Mode