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

custom kafka ssl cert #199

Open
artesby opened this issue Oct 17, 2024 · 1 comment
Open

custom kafka ssl cert #199

artesby opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@artesby
Copy link

artesby commented Oct 17, 2024

does operator support specifying path to custom ssl certificate for kafka access? i am facing error

2024/10/17 13:32:23 checkKafka with backoff failed, retry 1, err: check consume offset from broker failed: error dialing all brokers, one of the errors: failed to dial: tls: failed to verify certificate: x509: certificate signed by unknown authority

tried this without success:

config:
    kafka:
      securityProtocol: SASL_SSL
      saslMechanisms: SCRAM-SHA-512
      tlsCaCert: <path-to-cert>
@haorenfsa
Copy link
Collaborator

@artesby not yet. I think operator needs a flag to skip tls check, for quick walk around

@haorenfsa haorenfsa added the enhancement New feature or request label Oct 18, 2024
@haorenfsa haorenfsa self-assigned this Oct 25, 2024
@haorenfsa haorenfsa added this to the v1.2.0 milestone Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants