Skip to content

Commit b639a46

Browse files
committed
edits
1 parent 11da7dd commit b639a46

File tree

1 file changed

+2
-6
lines changed
  • modules/manage/pages/security/authorization

1 file changed

+2
-6
lines changed

modules/manage/pages/security/authorization/acl.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ACL commands work on a multiplicative basis. If you specify two principals and t
9191
[[principals]]
9292
=== Principals
9393

94-
All ACLs require a principal. A principal is composed of two parts: the type, and the name. Redpanda supports the type "User". When you create user "bar", Redpanda expects you to add ACLs for "User:bar".
94+
All ACLs require a principal. A principal is composed of two parts: the type, and the name. Redpanda supports the types "User" and "RedpandaRole". When you create user "bar", Redpanda expects you to add ACLs for "User:bar".
9595

9696
The `--allow-principal` and `--deny-principal` flags add this prefix for you, if necessary.
9797

@@ -435,9 +435,7 @@ Example setup:
435435
# 1. Create user
436436
rpk security user create data-processor \
437437
--password 'secure-password' \
438-
ifndef::env-cloud[]
439438
-X admin.hosts=localhost:9644
440-
endif::[]
441439
442440
# 2. Grant topic access
443441
rpk security acl create --allow-principal data-processor \
@@ -695,11 +693,9 @@ Following are the available global user flags:
695693

696694
|===
697695
| Flag | Description | Supported Value
698-
ifndef::env-cloud[]
699696
| -X admin.hosts
700-
| The comma-separated list of Admin API addresses (IP:port). You must specify one for each broker.
697+
| The comma-separated list of IP addresses (IP:port). You must specify one for each broker.
701698
| strings
702-
endif::[]
703699
| -h, --help
704700
| -h, --help
705701
| Help.

0 commit comments

Comments
 (0)