-
Notifications
You must be signed in to change notification settings - Fork 1.3k
SSL example #971
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 example #971
Conversation
docker/kafka-ui-ssl.yaml
Outdated
KAFKA_CLUSTERS_0_ZOOKEEPER: zookeeper0:2181 | ||
KAFKA_CLUSTER_0_SSL_KEYSTORE_LOCATION: /var/private/ssl/kafka.server.keystore.jks | ||
KAFKA_CLUSTER_0_SSL_KEYSTORE_PASSWORD: test1234 | ||
KAFKA_CLUSTER_0_SSL_TRUSTSTORE_LOCATION: /var/private/ssl/kafka.server.truststore.jks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we also upload these keystores into a subdirectory inside docker directory please?
docker/kafka-ui-ssl.yaml
Outdated
- zookeeper0 | ||
ports: | ||
- '9092:9092' | ||
environment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does kafka know which certificate to use? There are no volume binds for keystores
Signed-off-by: Roman Zabaluev <[email protected]>
What changes did you make? (Give an overview)
Is there anything you'd like reviewers to focus on?
How Has This Been Tested? (put an "X" next to an item)
Checklist (put an "X" next to an item, otherwise PR will fail)
Check out Contributing and Code of Conduct