We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ae3e6 commit 4df1359Copy full SHA for 4df1359
modules/manage/pages/security/authorization/rbac.adoc
@@ -44,8 +44,8 @@ Consider a scenario where your software engineers use a set of private topics to
44
45
[,bash]
46
----
47
-rpk security role create SoftwareEng \&\&
48
-rpk security acl create --operation read --operation write --topic private-* --allow-role SoftwareEng \&\&
+rpk security role create SoftwareEng &&
+rpk security acl create --operation read --operation write --topic private-* --allow-role SoftwareEng &&
49
rpk security role assign SoftwareEng --principal User:john,User:jane
50
51
0 commit comments