You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "FireBurn (via GitHub)" <gi...@apache.org> on 2023/06/21 08:38:37 UTC

[GitHub] [kafka] FireBurn commented on pull request #13374: KAFKA-14765 and KAFKA-14776: Support for SCRAM at bootstrap with integration tests

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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org