diff --git a/modules/manage/partials/rbac-dp.adoc b/modules/manage/partials/rbac-dp.adoc index fa58b7f356..d51f354257 100644 --- a/modules/manage/partials/rbac-dp.adoc +++ b/modules/manage/partials/rbac-dp.adoc @@ -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 @@ -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[] \ No newline at end of file +// end::single-source[]