File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/reference/pages/rpk/rpk-security Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ operation is required to create a single ACL.
1414
1515== Examples
1616
17- Allow all permissions to user bar on topic " foo" and group "g" :
17+ Allow all permissions to user bar on topic ` foo` and group `g` :
1818
1919```bash
2020rpk security acl create --allow-principal bar --operation all --topic foo --group g
2121```
2222
23- Allow all permissions to role bar on topic " foo" and group "g" :
23+ Allow all permissions to role bar on topic ` foo` and group `g` :
2424
2525```bash
2626rpk security acl create --allow-role bar --operation all --topic foo --group g
@@ -32,13 +32,13 @@ Allow read permissions to all users on topics biz and baz:
3232rpk security acl create --allow-principal '*' --operation read --topic biz,baz
3333```
3434
35- Allow write permissions to user buzz to transactional ID " txn" :
35+ Allow write permissions to user buzz to transactional ID ` txn` :
3636
3737```bash
3838rpk security acl create --allow-principal User:buzz --operation write --transactional-id txn
3939```
4040
41- Allow read permissions to user panda on topic " bar" and schema registry subject " bar-value" :
41+ Allow read permissions to user ` panda` on topic ` bar` and schema registry subject ` bar-value` :
4242
4343```bash
4444rpk security acl create --allow-principal panda --operation read --topic bar --registry-subject bar-value
You can’t perform that action at this time.
0 commit comments