rpk security role create

Create a role in Redpanda.

After creating a role you may bind ACLs to the role using the --allow-role flag in the rpk security acl create command.

Usage

rpk security role create [ROLE] [flags]

Flags

Value Type Description

-h, --help

-

Help for create.

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--format

string

Output format. Possible values: json, yaml, text, wide, help. Default: text.

--profile

string

Profile to use. See rpk profile for more details.

-v, --verbose

-

Enable verbose logging.