Skip to content

Commit

Permalink
Reorder authn/authz pages
Browse files Browse the repository at this point in the history
Group topics together, in order of how these happen within Kubernetes'
API server's processing chain (authn, then authz, then admission
control).
  • Loading branch information
sftim committed Apr 23, 2024
1 parent 53ecc94 commit 9f32751
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/reference/access-authn-authz/abac.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ reviewers:
- liggitt
title: Using ABAC Authorization
content_type: concept
weight: 80
weight: 39
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ reviewers:
title: Admission Controllers Reference
linkTitle: Admission Controllers
content_type: concept
weight: 30
weight: 40
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ reviewers:
- liggitt
title: Authorization Overview
content_type: concept
weight: 60
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ api_metadata:
- apiVersion: "certificates.k8s.io/v1alpha1"
kind: "ClusterTrustBundle"
content_type: concept
weight: 25
weight: 60
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ reviewers:
- jpbetz
title: Dynamic Admission Control
content_type: concept
weight: 40
weight: 45
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/access-authn-authz/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- liggitt
title: Using Node Authorization
content_type: concept
weight: 90
weight: 34
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/access-authn-authz/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ reviewers:
title: Using RBAC Authorization
content_type: concept
aliases: [/rbac/]
weight: 70
weight: 33
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/access-authn-authz/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ reviewers:
- liggitt
title: Webhook Mode
content_type: concept
weight: 100
weight: 36
---

<!-- overview -->
Expand Down

0 comments on commit 9f32751

Please sign in to comment.