Proven Provenzano created KAFKA-15114:
-----------------------------------------
Summary: StorageTool help specifies user as parameter not name
Key: KAFKA-15114
URL: https://issues.apache.org/jira/browse/KAFKA-15114
Project: Kafka
Issue Type: Bug
Components: kraft
Affects Versions: 3.5.0
Reporter: Proven Provenzano
Assignee: Proven Provenzano
Fix For: 3.5.1
StorageTool help message current specifies setting a {{user}} parameter when
creating a SCRAM record for bootstrap.
The StorageTool parses and only accepts the parameter as {{name}} and so the
help message is wrong.
The choice of using {{name}} vs. {{user}} as a parameter is because internally
the record uses name, all tests using the StorageTool use name as a parameter,
KafkaPrincipals are created with {{name}} and because creating SCRAM
credentials is done with {{--entity-name}}
I will change the help to specify {{name}} instead of {{user}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)