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 missing kafka client ca-cert #250

Merged
merged 1 commit into from
May 6, 2024

Conversation

agrare
Copy link
Member

@agrare agrare commented May 6, 2024

When configuring an appliance as a kafka client the user is asked for the truststore path as well as the ca certificate path from the kafka broker. The truststore is scp'd over but the ca-cert is not causing kafka connections to fail

manageiq-messaging-ready:

manageiq-db.localdomain 9093 - accepting connections
ssl.ca.location failed: error:05880002:x509 certificate routines::system lib
Kafka is not ready yet

After manually scp-ing the ca-cert over manageiq-messaging-ready connected successfully and evmserverd started up.

When configuring an appliance as a kafka client the user is asked for
the truststore path as well as the ca certificate path from the kafka
broker.  The truststore is scp'd over but the ca-cert is not causing
kafka connections to fail

`manageiq-messaging-ready`:
```
manageiq-db.localdomain 9093 - accepting connections
ssl.ca.location failed: error:05880002:x509 certificate routines::system lib
Kafka is not ready yet
```
@agrare agrare added the bug label May 6, 2024
@miq-bot
Copy link
Member

miq-bot commented May 6, 2024

Checked commit agrare@3288ad8 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. 🏆

@agrare agrare requested a review from bdunne May 6, 2024 18:10
@kbrock kbrock self-assigned this May 6, 2024
@kbrock kbrock merged commit 4e415ba into ManageIQ:master May 6, 2024
6 checks passed
agrare added a commit that referenced this pull request May 6, 2024
Fixed
- Fix missing kafka client ca-cert [#250]
@agrare agrare deleted the fix_missing_kafka_client_ca_cert branch May 6, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants