diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index dc79053b6..580165537 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -57,10 +57,10 @@ ** xref:security:cloud-authentication.adoc[Authentication] ** xref:security:authorization/index.adoc[Authorization] *** xref:security:authorization/cloud-authorization.adoc[Cloud Authorization] -*** xref:security:authorization/rbac/index.adoc[] +*** xref:security:authorization/rbac/index.adoc[Role-Based Access Control (RBAC)] **** xref:security:authorization/rbac/rbac.adoc[] **** xref:security:authorization/rbac/rbac_dp.adoc[] -**** xref:security:authorization/rbac/acl.adoc[Use ACLs in the Data Plane] +*** xref:security:authorization/rbac/acl.adoc[Access Control Lists (ACLs)] *** xref:security:authorization/cloud-iam-policies.adoc[] *** xref:security:authorization/cloud-iam-policies-gcp.adoc[] *** xref:security:authorization/cloud-iam-policies-azure.adoc[] diff --git a/modules/security/pages/authorization/acl.adoc b/modules/security/pages/authorization/acl.adoc new file mode 100644 index 000000000..4b9f7b3b1 --- /dev/null +++ b/modules/security/pages/authorization/acl.adoc @@ -0,0 +1,5 @@ += Configure ACLs +:page-aliases: security:authorization/rbac/acl.adoc +:description: Learn how to use ACLs to configure fine-grained access to Redpanda resources. + +include::ROOT:manage:security/authorization/acl.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/security/pages/authorization/rbac/acl.adoc b/modules/security/pages/authorization/rbac/acl.adoc deleted file mode 100644 index 80573e611..000000000 --- a/modules/security/pages/authorization/rbac/acl.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Use ACLs in the Data Plane - -include::ROOT:manage:security/authorization/acl.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/security/pages/authorization/rbac/index.adoc b/modules/security/pages/authorization/rbac/index.adoc index 02730e228..cf4c1ac0c 100644 --- a/modules/security/pages/authorization/rbac/index.adoc +++ b/modules/security/pages/authorization/rbac/index.adoc @@ -1,3 +1,3 @@ = Role-Based Access Control (RBAC) -:description: Learn about using RBAC in the control plane and in the data plane. +:description: Learn about configuring role-based access control (RBAC) in the control plane and in the data plane. :page-layout: index \ No newline at end of file diff --git a/modules/security/pages/authorization/rbac/rbac.adoc b/modules/security/pages/authorization/rbac/rbac.adoc index 0606bf519..aaba10598 100644 --- a/modules/security/pages/authorization/rbac/rbac.adoc +++ b/modules/security/pages/authorization/rbac/rbac.adoc @@ -1,7 +1,7 @@ -= Use RBAC in the Control Plane -:description: Use RBAC in the control plane to manage access to organization-level resources like clusters, resource groups, and networks. += Configure RBAC in the Control Plane +:description: Configure RBAC to manage access to organization-level resources like clusters, resource groups, and networks. -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. +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. The following resources can be assigned as the scope of a role: diff --git a/modules/security/pages/authorization/rbac/rbac_dp.adoc b/modules/security/pages/authorization/rbac/rbac_dp.adoc index 84078bb89..e225fc9a2 100644 --- a/modules/security/pages/authorization/rbac/rbac_dp.adoc +++ b/modules/security/pages/authorization/rbac/rbac_dp.adoc @@ -1,5 +1,5 @@ -= Use RBAC in the Data Plane -:description: Use RBAC in the data plane to configure cluster-level permissions for provisioned users. += Configure RBAC in the Data Plane +:description: Configure RBAC to manage cluster-level permissions for provisioned users. 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. diff --git a/modules/security/pages/cloud-authentication.adoc b/modules/security/pages/cloud-authentication.adoc index 3266f3e06..510a6f52d 100644 --- a/modules/security/pages/cloud-authentication.adoc +++ b/modules/security/pages/cloud-authentication.adoc @@ -1,6 +1,5 @@ = Authentication :description: Learn about Redpanda Cloud authentication. -:page-aliases: deploy:deployment-option/cloud/security/cloud-authentication.adoc :page-toclevels: 3 Redpanda Cloud provides secure authentication for both users accessing the platform and services connecting to your clusters.