rpk acl user
Manage SASL users.
If SASL is enabled, a SASL user is what you use to talk to Redpanda, and ACLs
control what your user has access to. See rpk acl --help
for more information
about ACLs, and rpk acl user create --help
for more information about
creating SASL users. Using SASL requires setting enable_sasl: true
in the
redpanda section of your redpanda.yaml
.
Flags
Value | Type | Description |
---|---|---|
--api-urls |
strings |
The comma-separated list of Admin API addresses (<ip>:<port>). You must specify one for each node. |
-h, --help |
- |
Help for user. |
Was this helpful?