Merge pull request #40051 from EricFortin/patch-1

Small wording change
pull/40974/head
Kubernetes Prow Robot 2023-05-05 02:51:12 -07:00 committed by GitHub
commit a413d89528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ for a number of reasons:
tied to complex business processes. By contrast, service account creation is
intended to be more lightweight, allowing cluster users to create service accounts
for specific tasks on demand. Separating ServiceAccount creation from the steps to
onboard human users makes it easier for workloads to following the principle of
onboard human users makes it easier for workloads to follow the principle of
least privilege.
- Auditing considerations for humans and service accounts may differ; the separation
makes that easier to achieve.