Skip to content

Commit fa94d69

Browse files
committed
minor edits
1 parent 5d2297e commit fa94d69

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ ACLs control access by defining:
2929

3030
ACLs work with SASL/SCRAM and mTLS authentication methods to provide comprehensive security.
3131

32-
== Create ACLs
32+
== Manage ACLs
3333

3434
You can create and manage ACLs in the following ways:
3535

36-
* *{ui}*: Select *Security* from the left navigation menu, and then select either the *ACLs* tab (for user principals) or the *Roles* tab (for role principals).
36+
* *{ui}*: Select *Security* from the left navigation menu, select the *ACLs* tab. After the ACL is created, you can add users or roles to it.
3737
* *Command Line*: Use the `rpk` command-line tool for programmatic management.
3838
+
3939
For example, suppose you want to create a user named `analytics-user` who can read from topics starting with `logs-` and write to a topic called `processed-data`:

modules/manage/partials/rbac-dp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Benefits of RBAC:
1212
* Better compliance: Roles align with organizational structure and job duties
1313
* Reduced errors: Fewer individual ACL assignments mean fewer mistakes
1414

15-
== Create roles
15+
== Manage roles
1616

1717
ifndef::env-cloud[]
18-
Administrators can manage RBAC configurations with `rpk`, the Redpanda Admin API, or {ui}.
18+
Administrators can create and manage RBAC configurations with `rpk`, the Redpanda Admin API, or {ui}.
1919

2020
endif::[]
2121

@@ -24,7 +24,7 @@ Administrators can manage RBAC configurations with `rpk` or {ui}.
2424

2525
endif::[]
2626

27-
In {ui}, select *Security* from the left navigation menu, and then select either the *Roles* tab (for role principals) or the *ACLs* tab (for user principals).
27+
In {ui}, select *Security* from the left navigation menu, and then select the *Roles* tab. After the role is created, you can add users/principals to it.
2828

2929
For `rpk`, use xref:reference:rpk/rpk-security/rpk-security.adoc[`rpk security`]. For example, suppose you want to create a `DataAnalysts` role for users who need to read from analytics topics and write to reporting topics:
3030

@@ -116,8 +116,8 @@ Permission resolution rules:
116116

117117
A user is permitted to perform an operation if and only if:
118118

119-
. *No DENY permission exists* matching the operation
120-
. *An ALLOW permission exists* matching the operation
119+
. No DENY permission exists matching the operation
120+
. An ALLOW permission exists matching the operation
121121

122122
Examples:
123123

0 commit comments

Comments
 (0)