rpk security role describe
Describe a Redpanda role.
This command describes a role, including the ACLs associated to the role, and lists members who are assigned the role.
Examples
This section provides examples of how to use rpk security role describe.
Describe the role red (print members and ACLs).
rpk security role describe red
Print only the members of role red.
rpk security role describe red --print-members
Print only the ACL associated to the role red.
rpk security role describe red --print-permissions
Flags
| Value | Type | Description |
|---|---|---|
|
bool |
Print all sections. |
|
bool |
Print the members section. |
|
bool |
Print the role permissions section. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |