rpk security 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 security acl --help for more
information about ACLs, and rpk security 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.
Subcommands
| Command | Description |
|---|---|
Create a SASL user. This command creates a single SASL user with the given password, optionally with a custom |
|
Delete a SASL user. This command deletes the specified SASL account from Redpanda. |
|
List SASL users. |
|
Update SASL user credentials. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |