Skip to content
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

kafka: allow disabling kerberos FAST in sarama client #6189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

kafka: allow disabling FAST in sarama client

8a27419
Select commit
Loading
Failed to load commit list.
Open

kafka: allow disabling kerberos FAST in sarama client #6189

kafka: allow disabling FAST in sarama client
8a27419
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Sep 26, 2024 in 0s

7 / 7 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
adds a kerberosDisableFAST field to the kafka scaler metadata, which can be used to disable sarama's/gokrb5's FAST negotiation for kerberos connections Incomplete
populates said field from a kerberosDisableFAST field in the AuthConfig Incomplete
When introducing a new scaler, I agree with the scaling governance policy Completed
I have verified that my change is according to the deprecations & breaking changes policy Completed
Tests have been added Completed
Changelog has been updated and is aligned with our changelog requirements Completed
A PR is opened to update our Helm chart (repo) (if applicable, ie. when deployment manifests are modified) Completed
A PR is opened to update the documentation kedacore/keda-docs#1476 Completed
Commits are signed with Developer Certificate of Origin (DCO - learn more) Completed