Skip to content

Commit 40ed264

Browse files
mjangADubhlaoich
andauthored
Apply suggestions from code review
Co-authored-by: Alan Dooley <[email protected]>
1 parent dd2b96b commit 40ed264

File tree

4 files changed

+17
-26
lines changed

4 files changed

+17
-26
lines changed

content/includes/security/rbac-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
docs:
32
files:
43
- content/nginx-one/rbac/overview.md
54
- content/nim/admin-guide/rbac/overview-rbac.md
5+
docs: DOCS-000
66
---
77
Role-based access control (RBAC) is a security system that governs access to resources within a software application. By assigning specific roles to users or groups, RBAC ensures that only authorized individuals have the ability to perform certain actions or access particular areas.
88

content/nginx-one/rbac/overview.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
description:
3-
docs:
4-
doctypes:
5-
- reference
6-
tags:
7-
- docs
8-
title: "Overview: Role-based access control"
9-
toc: true
2+
title: "Role-based access control overview"
103
weight: 400
4+
toc: true
5+
type: reference
6+
product: NGINX One
7+
docs: DOCS-000
118
---
129

1310
{{< include "security/rbac-intro.md" >}}

content/nginx-one/rbac/rbac-api.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
description:
3-
docs:
4-
doctypes:
5-
- reference
6-
tags:
7-
- docs
8-
title: "Overview: set up custom roles"
9-
toc: true
2+
title: "Custom roles and API groups"
103
weight: 500
4+
toc: true
5+
type: reference
6+
product: NGINX One
7+
docs: DOCS-000
118
---
129

1310
Beyond [Default roles]({{< relref "/nginx-one/rbac/roles.md" >}}), you may need to set up custom roles. For convenience, we include a list of API groups that you could use to specify permissions for custom roles.

content/nginx-one/rbac/roles.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
2-
description:
3-
docs:
4-
doctypes:
5-
- reference
6-
tags:
7-
- docs
8-
title: "Reference: default roles"
9-
toc: true
2+
title: "Default roles"
103
weight: 500
4+
toc: true
5+
type: reference
6+
product: NGINX One
7+
docs: DOCS-000
118
---
129

13-
## Default Roles
10+
## Default roles
1411

1512
We provide three default **[roles](https://docs.cloud.f5.com/docs-v2/administration/how-tos/user-mgmt/roles)** that can be used for providing various access levels to the NGINX One Console. These roles will be automatically updated as new features are added to the NGINX One Console. Default roles can be scoped to specific namespaces.
1613

0 commit comments

Comments
 (0)