FireBurn commented on PR #13374:
URL: https://github.com/apache/kafka/pull/13374#issuecomment-1600428887
The examples say:
```
--add-scram ADD_SCRAM, -S ADD_SCRAM
A SCRAM_CREDENTIAL to add to the __cluster_metadata
log e.g.
'SCRAM-SHA-256=[user=alice,password=alice-secret]'
'SCRAM-SHA-512=[user=alice,iterations=8192,salt="N3E=",saltedpassword="YCE="]'
```
But the code errors unless name= is passed, should user be name in the
example or is the check wrong
https://github.com/apache/kafka/blame/49c1697ab08189c9707d04a6078aa9d5b69ed3aa/core/src/main/scala/kafka/tools/StorageTool.scala#L174
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]