-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 kafka scaler sasl #486
Conversation
Can you send a PR for the docs as well please? |
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.
Looks good - only big change I see is to make the password
property a resolved value rather than a literal value so it should reference a secret
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.
A few minor changes - mostly around making sure that the previous ScaledObject
ref where auth params weren't defined get defaulted correctly to none
for auth mode.
Tested this out as well with my kafka test and worked well |
Thanks @iyacontrol ! Appreciate the contributions |
can it also support SSL/TLS? |
…e#486) Signed-off-by: Dennis Brinley <dennis.brinley@solace.com>
add support sasl auth(sasl_plaintext,sasl_ssl, sasl_scram_sha256, sasl_scram_sha512) for kafka scaler.