-
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
feat: Add OAuth extensions for kafka scaler #4486
Conversation
301a7ab
to
e8cbd55
Compare
e8cbd55
to
37fe668
Compare
be322f0
to
7d75bc8
Compare
548da56
to
128a561
Compare
Whats the status on this? |
I have been away for some time, will check this later this week. Thanks! |
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.
Looking good, just please update the Changelog & create an issue
/run-e2e kafka |
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.
could you please also rebase your PR?
6a0490c
to
9a52bbe
Compare
Signed-off-by: qvalentin <[email protected]>
9a52bbe
to
d27135a
Compare
/run-e2e kafka |
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, great job!
Thanks a lot 😄 |
Add support for OAuth extensions for Kafka Scaler. This is required for using OAuth with a Confluent Kafka Server (KIP-342).
Checklist
Fixes #4544
Relates to kedacore/keda-docs#1121