Skip to content

Commit fdc5501

Browse files
authored
Apply suggestions from code review
1 parent e503f2c commit fdc5501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2020
rpk 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
2626
rpk 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:
3232
rpk 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
3838
rpk 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
4444
rpk security acl create --allow-principal panda --operation read --topic bar --registry-subject bar-value

0 commit comments

Comments
 (0)