Typo fix: users has->users have (#8872)

users has->users have
This commit is contained in:
AdamDang
2018-06-04 10:24:53 +08:00
committed by k8s-ci-robot
parent 963f275cd3
commit f7c44f18a6
@@ -568,7 +568,7 @@ to the impersonated user info.
* A user makes an API call with their credentials _and_ impersonation headers.
* API server authenticates the user.
* API server ensures the authenticated users has impersonation privileges.
* API server ensures the authenticated users have impersonation privileges.
* Request user info is replaced with impersonation values.
* Request is evaluated, authorization acts on impersonated user info.