Skip to content
Discussion options

You must be logged in to vote

You Ingress listener is configured with authentication:

        authentication:
          type: tls

But the client configures only the truststore. So you have two options:

  1. Remove the authentication from the Kafka CR
  2. Create a KafkaUser resource with TLS authentication, get the certificate it generates and use it in your client.

I think that one of these should fix this.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@NathanAvx
Comment options

@NathanAvx
Comment options

Answer selected by NathanAvx
Comment options

You must be logged in to vote
3 replies
@scholzj
Comment options

@CsBigDataHub
Comment options

@scholzj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants