-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SASL/SCRAM authentication mechanism on kafka receiver and exporter #2503
Conversation
Sorry, I should have read the newest comments on the linked PR... I'll take a look soon. |
The same test seems to have failed, but I doubt this test alone would be the culprit. These are the results for the current main branch:
And here are the results for this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One improvement could be checking that both the username and password are set.
3a72fb3
to
8906b09
Compare
Probably some transient failure here. The result for the same PR. Started: Wed, 17 Feb 2021 c16:00:45 +0000
|
@bogdandrutu, can you take a look at this PR, please? Thanks |
Codecov Report
@@ Coverage Diff @@
## main #2503 +/- ##
==========================================
- Coverage 91.76% 91.71% -0.05%
==========================================
Files 266 267 +1
Lines 15111 15140 +29
==========================================
+ Hits 13866 13886 +20
- Misses 866 874 +8
- Partials 379 380 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be merged. I have only one minor comment about an error message, but it's in no way blocking the merge.
@bogdandrutu do you plan to review this or good to merge? |
16f086e
to
e792973
Compare
Fix godoc comment to better explain struct proposal Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Fix return error message format Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Fix Typo on test comment Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Add username and password validation to prevent empty values Add specific error message on username and password validation
e792973
to
6b25ed1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tigrannajaryan would you please merge this one? |
@altieresfreitas and all others: Thanks a lot for all about SCRAM. Linked to: |
Description:
This PR adds SASL/SCRAM authentication to kafka receiver and exporter.
Link to tracking Issue:
#2252
Testing:
Unit Tests
Documentation:
Added to Readme