-
Notifications
You must be signed in to change notification settings - Fork 140
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
SSL is not configured when Internal and external listener is defined #89
Comments
rgo
pushed a commit
to rgo/kafka-images
that referenced
this issue
Aug 27, 2021
Include SSL configuration taking into account KAFKA_LISTENER_SECURITY_PROTOCOL_MAP
@David-hod I think, in your example, you'd mean defining EXTERNAL listener as SSL. Like this:
Anyway, the issue is there. |
Open
FYI: in this case SSL environment variables could always be set explicitly, e.g., |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looking at the code :
https://github.com/confluentinc/kafka-images/blob/master/kafka/include/etc/confluent/docker/configure
will always be false in case you define multiple listeners like this :
like the documentation specify to do :
https://www.confluent.io/blog/kafka-listeners-explained/
The text was updated successfully, but these errors were encountered: