-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(kafka-logger): add TLS support for Kafka brokers #13607
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
Merged
AlinsRan
merged 13 commits into
apache:master
from
ecsimsw:feat/kafka-logger-tls-support
Jul 16, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
63d67f7
feat(kafka-logger): add TLS support for Kafka brokers
ecsimsw e6188df
feat(error-log-logger): add TLS support for Kafka brokers
ecsimsw f65e419
test(kafka-logger): add TLS schema and integration tests
ecsimsw bcaa0f6
test(error-log-logger): add TLS schema and integration tests for Kafka
ecsimsw a1d30c3
docs: add TLS attributes and examples for kafka-logger and error-log-…
ecsimsw c8eca19
test(kafka-logger): remove TLS integration tests that require SSL Kaf…
ecsimsw 4136aa2
style(error-log-logger): fix trailing blank lines in test file
ecsimsw 3d1c591
feat(kafka-logger): warn when TLS certificate verification is disabled
ecsimsw 5fbd9d7
feat(error-log-logger): warn when TLS certificate verification is dis…
ecsimsw 34369cf
test(kafka-logger): move TLS schema tests into kafka-logger2.t
ecsimsw a6649ac
test(kafka-logger): add SSL Kafka listener to plugin CI environment
ecsimsw ff6a2da
test(kafka-logger): add TLS integration and security-warning tests
ecsimsw 83c7a92
fix(error-log-logger): run check_tls_bool after schema check
ecsimsw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| ALLOW_PLAINTEXT_LISTENER=yes | ||
| KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=true | ||
| KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://127.0.0.1:9092 | ||
| KAFKA_CFG_LISTENERS=PLAINTEXT://0.0.0.0:9092,SSL://0.0.0.0:9093 | ||
| KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://127.0.0.1:9092,SSL://127.0.0.1:9093 | ||
| KAFKA_CFG_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM= | ||
| KAFKA_CFG_SSL_KEYSTORE_LOCATION=/opt/bitnami/kafka/config/certs/kafka.keystore.jks | ||
| KAFKA_CFG_SSL_KEYSTORE_PASSWORD=changeit | ||
| KAFKA_CFG_SSL_KEY_PASSWORD=changeit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.