Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/manage/partials/rbac-dp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ rpk security role create DataAnalysts

# 2. Grant read access to analytics topics
rpk security acl create --operation read,describe \
--topic 'analytics-*' --resource-pattern-type prefixed \
--topic 'analytics-' --resource-pattern-type prefixed \
--allow-role DataAnalysts

# 3. Grant write access to reporting topics
rpk security acl create --operation write,describe \
--topic 'reports-*' --resource-pattern-type prefixed \
--topic 'reports-' --resource-pattern-type prefixed \
--allow-role DataAnalysts

# 4. Assign users to the role
Expand Down Expand Up @@ -534,4 +534,4 @@ ifdef::env-cloud[]
* xref:security:authorization/rbac/acl.adoc[Access Control Lists] - Understanding the underlying ACL system
endif::[]

// end::single-source[]
// end::single-source[]