-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] SSL integration for Kafka and MongoDB #14
base: main
Are you sure you want to change the base?
Conversation
SujithaKunda
commented
Oct 21, 2024
- Kafka SSL integration
- MongoDB SSL Integration
Quality Gate passedIssues Measures |
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: SSL:SSL,PLAINTEXT:PLAINTEXT | ||
KAFKA_LISTENERS: SSL://0.0.0.0:9092,PLAINTEXT://0.0.0.0:9093 | ||
KAFKA_SSL_KEYSTORE_LOCATION: /etc/kafka/secrets/kafka.server.keystore.jks | ||
KAFKA_SSL_TRUSTSTORE_LOCATION: /etc/kafka/secrets/kafka.server.keystore.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.
Steps for creating a cert
local test Screenshots: |
spring.data.mongodb.uri=mongodb://root:example@localhost:27017/testMongoDb?authSource=admin | ||
mask.headers.list=pwd,pass | ||
management.endpoints.web.exposure.include = * | ||
spring.kafka.consumer.ssl.trust-store-location=classpath:client.keystore.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.
steps for creating a client cert
b71f227
to
2795639
Compare