Skip to content

Commit e3ca041

Browse files
authored
Merge pull request #45195 from sftim/20240218_revise_authz
Revise authorization topic
2 parents befdf8d + 8a122ff commit e3ca041

File tree

9 files changed

+301
-193
lines changed

9 files changed

+301
-193
lines changed

content/en/docs/concepts/security/security-checklist.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ evaluated on its merits.
4141
- [ ] A process exists for periodic access review, and reviews occur no more
4242
than 24 months apart.
4343
- [ ] The [Role Based Access Control Good Practices](/docs/concepts/security/rbac-good-practices/)
44-
is followed for guidance related to authentication and authorization.
44+
are followed for guidance related to authentication and authorization.
4545

4646
After bootstrapping, neither users nor components should authenticate to the
4747
Kubernetes API as `system:masters`. Similarly, running all of
@@ -405,8 +405,12 @@ alpha state but could be considered for certain use cases:
405405

406406
## What's next
407407

408-
- [RBAC Good Practices](/docs/concepts/security/rbac-good-practices/) for
409-
further information on authorization.
408+
- [Privilege escalation via Pod creation](/docs/reference/access-authn-authz/authorization/#privilege-escalation-via-pod-creation)
409+
warns you about a specific access control risk; check how you're managing that
410+
threat.
411+
- If you use Kubernetes RBAC, read
412+
[RBAC Good Practices](/docs/concepts/security/rbac-good-practices/) for
413+
further information on authorization.
410414
- [Securing a Cluster](/docs/tasks/administer-cluster/securing-a-cluster/) for
411415
information on protecting a cluster from accidental or malicious access.
412416
- [Cluster Multi-tenancy guide](/docs/concepts/security/multi-tenancy/) for

content/en/docs/reference/access-authn-authz/abac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reviewers:
66
- liggitt
77
title: Using ABAC Authorization
88
content_type: concept
9-
weight: 80
9+
weight: 39
1010
---
1111

1212
<!-- overview -->

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ reviewers:
99
title: Admission Controllers Reference
1010
linkTitle: Admission Controllers
1111
content_type: concept
12-
weight: 30
12+
weight: 40
1313
---
1414

1515
<!-- overview -->

content/en/docs/reference/access-authn-authz/authorization.md

Lines changed: 287 additions & 183 deletions
Large diffs are not rendered by default.

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ api_metadata:
1212
- apiVersion: "certificates.k8s.io/v1alpha1"
1313
kind: "ClusterTrustBundle"
1414
content_type: concept
15-
weight: 25
15+
weight: 60
1616
---
1717

1818
<!-- overview -->

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reviewers:
88
- jpbetz
99
title: Dynamic Admission Control
1010
content_type: concept
11-
weight: 40
11+
weight: 45
1212
---
1313

1414
<!-- overview -->

content/en/docs/reference/access-authn-authz/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- liggitt
66
title: Using Node Authorization
77
content_type: concept
8-
weight: 90
8+
weight: 34
99
---
1010

1111
<!-- overview -->

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reviewers:
66
title: Using RBAC Authorization
77
content_type: concept
88
aliases: [/rbac/]
9-
weight: 70
9+
weight: 33
1010
---
1111

1212
<!-- overview -->

content/en/docs/reference/access-authn-authz/webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reviewers:
66
- liggitt
77
title: Webhook Mode
88
content_type: concept
9-
weight: 100
9+
weight: 36
1010
---
1111

1212
<!-- overview -->

0 commit comments

Comments
 (0)