From b1954fc4be7083dedf98d61db7c85a2decabc888 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Wed, 11 Jul 2018 18:38:55 +0000 Subject: [PATCH] Trivial: Make user categories consistent On the content, user categories are defined as service account and normal user. However regular user is written at one place instead of normal user. This replaces the regular user with normal user for the consistency. --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 1ccf0331c698c..9da9ff25d7eeb 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -23,7 +23,7 @@ by Kubernetes, and normal users. Normal users are assumed to be managed by an outside, independent service. An admin distributing private keys, a user store like Keystone or Google Accounts, even a file with a list of usernames and passwords. In this regard, _Kubernetes -does not have objects which represent normal user accounts._ Regular users +does not have objects which represent normal user accounts._ Normal users cannot be added to a cluster through an API call. In contrast, service accounts are users managed by the Kubernetes API. They are