kafkactl create acl
Create an acl
Options
Name | Description |
---|---|
--allow, -a | Acl of permissionType 'allow' (choose this or 'deny') |
--cluster, -c | Create acl for the cluster |
--deny, -d | Acl of permissionType 'deny' (choose this or 'allow') |
--group, -g <group> | Create acl for a consumer group |
--host <host> |
|
--operation, -o <operation> |
|
--pattern <pattern> | Pattern type. one of (match, prefixed, literal) |
--principal, -p <principal> |
|
--topic, -t <topic> | Create acl for a topic |
--validate-only, -v | Validate only |