Skip to content
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

fix(kafka-setup): Don't set truststore pass for PEM files #8656

Merged

Conversation

mmmeeedddsss
Copy link
Contributor

It seems like PEM formatted keys for SSL connection to kafka causes the kafka client to complain about the existance of ssl.truststore.password. In this PR, I'm adding a small condition to not set ssl.truststore.password if the truststore type is PEM.

Error is as follows:
Caused by: org.apache.kafka.common.errors.InvalidConfigurationException: SSL trust store password cannot be specified for PEM format.

@github-actions github-actions bot added the devops PR or Issue related to DataHub backend & deployment label Aug 17, 2023
@maggiehays maggiehays added the community-contribution PR or Issue raised by member(s) of DataHub Community label Aug 17, 2023
@david-leifker david-leifker added the merge-pending-ci A PR that has passed review and should be merged once CI is green. label Aug 27, 2023
@david-leifker david-leifker merged commit ce6f833 into datahub-project:master Oct 26, 2023
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community devops PR or Issue related to DataHub backend & deployment merge-pending-ci A PR that has passed review and should be merged once CI is green.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants