Skip to content

Commit b7a8490

Browse files
authored
DOC-1637 update cloud for SR auth UI (#396)
* DOC-1637 update cloud for SR auth UI * update playbook for preview * fix nav * move file to new location + add redirect * edits for consistency with docs repo * clean up old rbac & nav * review feedback + revert playbook * fix index page for consistency
1 parent 1362532 commit b7a8490

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

modules/ROOT/nav.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
** xref:security:cloud-authentication.adoc[Authentication]
5858
** xref:security:authorization/index.adoc[Authorization]
5959
*** xref:security:authorization/cloud-authorization.adoc[Cloud Authorization]
60-
*** xref:security:authorization/rbac/index.adoc[]
60+
*** xref:security:authorization/rbac/index.adoc[Role-Based Access Control (RBAC)]
6161
**** xref:security:authorization/rbac/rbac.adoc[]
6262
**** xref:security:authorization/rbac/rbac_dp.adoc[]
63-
**** xref:security:authorization/rbac/acl.adoc[Use ACLs in the Data Plane]
63+
*** xref:security:authorization/rbac/acl.adoc[Access Control Lists (ACLs)]
6464
*** xref:security:authorization/cloud-iam-policies.adoc[]
6565
*** xref:security:authorization/cloud-iam-policies-gcp.adoc[]
6666
*** xref:security:authorization/cloud-iam-policies-azure.adoc[]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Configure ACLs
2+
:page-aliases: security:authorization/rbac/acl.adoc
3+
:description: Learn how to use ACLs to configure fine-grained access to Redpanda resources.
4+
5+
include::ROOT:manage:security/authorization/acl.adoc[tag=single-source]

modules/security/pages/authorization/rbac/acl.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Role-Based Access Control (RBAC)
2-
:description: Learn about using RBAC in the control plane and in the data plane.
2+
:description: Learn about configuring role-based access control (RBAC) in the control plane and in the data plane.
33
:page-layout: index

modules/security/pages/authorization/rbac/rbac.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
= Use RBAC in the Control Plane
2-
:description: Use RBAC in the control plane to manage access to organization-level resources like clusters, resource groups, and networks.
1+
= Configure RBAC in the Control Plane
2+
:description: Configure RBAC to manage access to organization-level resources like clusters, resource groups, and networks.
33

4-
Use Redpanda Cloud role-based access control (RBAC) in the glossterm:control plane[] to manage and restrict access to resources in your organization. For example, you could grant everyone access to clusters in a development resource group while limiting access to clusters in a production resource group. Or, you could limit access to geographically-dispersed clusters in accordance with data residency laws.
4+
Use Redpanda Cloud role-based access control (RBAC) in the glossterm:control plane[] to manage and restrict access to resources in your organization. For example, you could grant everyone access to clusters in a development resource group while limiting access to clusters in a production resource group. Or, you could limit access to geographically-dispersed clusters in accordance with data residency laws.
55

66
The following resources can be assigned as the scope of a role:
77

modules/security/pages/authorization/rbac/rbac_dp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
= Use RBAC in the Data Plane
2-
:description: Use RBAC in the data plane to configure cluster-level permissions for provisioned users.
1+
= Configure RBAC in the Data Plane
2+
:description: Configure RBAC to manage cluster-level permissions for provisioned users.
33

44
Use role-based access control (RBAC) in the glossterm:data plane[] to configure cluster-level permissions for provisioned users at scale. RBAC works in conjunction with all supported authentication methods.
55

modules/security/pages/cloud-authentication.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Authentication
22
:description: Learn about Redpanda Cloud authentication.
3-
:page-aliases: deploy:deployment-option/cloud/security/cloud-authentication.adoc
43
:page-toclevels: 3
54

65
Redpanda Cloud provides secure authentication for both users accessing the platform and services connecting to your clusters.

0 commit comments

Comments
 (0)