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 Scaler: Add UnsafeSsl flag #4977

Closed
BojanZelic-DD opened this issue Sep 15, 2023 · 0 comments · Fixed by #4911
Closed

Kafka Scaler: Add UnsafeSsl flag #4977

BojanZelic-DD opened this issue Sep 15, 2023 · 0 comments · Fixed by #4911
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@BojanZelic-DD
Copy link

Proposal

I have a Kafka cluster that I need to connect to but the certificate doesn't match the domain name or is self signed, I should be able to ignore the invalid TLS certificate and connect anyway If I choose to do so;

Use-Case

It would be nice to have a flag that can be configured to allow unsafessl connections when talking to Kafka - similarly to how this exists for other scalers;

ex:

triggers:
- type: kafka
  metadata:
...
    tls: enable
    unsafeSsl: false

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response

@BojanZelic-DD BojanZelic-DD added feature-request All issues for new features that have not been committed to needs-discussion labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: Ready To Ship
Development

Successfully merging a pull request may close this issue.

1 participant