Reorder authn/authz pages
Group topics together, in order of how these happen within Kubernetes' API server's processing chain (authn, then authz, then admission control).
This commit is contained in:
parent
53ecc9454c
commit
9f327512c6
|
|
@ -6,7 +6,7 @@ reviewers:
|
|||
- liggitt
|
||||
title: Using ABAC Authorization
|
||||
content_type: concept
|
||||
weight: 80
|
||||
weight: 39
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ reviewers:
|
|||
title: Admission Controllers Reference
|
||||
linkTitle: Admission Controllers
|
||||
content_type: concept
|
||||
weight: 30
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ reviewers:
|
|||
- liggitt
|
||||
title: Authorization Overview
|
||||
content_type: concept
|
||||
weight: 60
|
||||
weight: 30
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ api_metadata:
|
|||
- apiVersion: "certificates.k8s.io/v1alpha1"
|
||||
kind: "ClusterTrustBundle"
|
||||
content_type: concept
|
||||
weight: 25
|
||||
weight: 60
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ reviewers:
|
|||
- jpbetz
|
||||
title: Dynamic Admission Control
|
||||
content_type: concept
|
||||
weight: 40
|
||||
weight: 45
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ reviewers:
|
|||
- liggitt
|
||||
title: Using Node Authorization
|
||||
content_type: concept
|
||||
weight: 90
|
||||
weight: 34
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ reviewers:
|
|||
title: Using RBAC Authorization
|
||||
content_type: concept
|
||||
aliases: [/rbac/]
|
||||
weight: 70
|
||||
weight: 33
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ reviewers:
|
|||
- liggitt
|
||||
title: Webhook Mode
|
||||
content_type: concept
|
||||
weight: 100
|
||||
weight: 36
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue