ManageIQ / manageiq-documentation

Documentation for the ManageIQ Management Platform
https://www.manageiq.org/docs/
Other
38 stars 113 forks source link

Add documentation for Kafka keystores #1728

Closed nasark closed 8 months ago

nasark commented 1 year ago

Depends on:

Needed for:

Ref:

@miq-bot assign @bdunne @miq-bot add_reviewer @Fryguy @miq-bot add_label enhancement

agrare commented 1 year ago

@bdunne how is this done for other services like postgres/memcached? I don't think there are extra manual steps for those?

nasark commented 1 year ago

@agrare they use the cert-generator script https://github.com/ManageIQ/manageiq-pods/blob/master/tools/cert_generator.rb. Kafka uses keystores for SSL which require the use of keytool and so I provided manual steps. We could add a script that does this instead perhaps?

Kafka does support PEM format but the keys generated by the cert-generator script are in PKSC#1 whereas Kafka uses PKSC#8 and I was not able to make the conversion

nasark commented 1 year ago
miq-bot commented 1 year ago

Checked commit https://github.com/nasark/manageiq-documentation/commit/38ddb52d88434dd22ca883a0afd709ce9a44ad5a with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint 0 files checked, 0 offenses detected Everything looks fine. :+1:

miq-bot commented 1 year ago

This pull request has been automatically marked as stale because it has not been updated for at least 3 months.

If these changes are still valid, please remove the stale label, make any changes requested by reviewers (if any), and ensure that this issue is being looked at by the assigned/reviewer(s)

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

nasark commented 1 year ago

@miq-bot remove_label stale

miq-bot commented 10 months ago

This pull request has been automatically marked as stale because it has not been updated for at least 3 months.

If these changes are still valid, please remove the stale label, make any changes requested by reviewers (if any), and ensure that this issue is being looked at by the assigned/reviewer(s)

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

nasark commented 8 months ago

This is no longer applicable as we have moved to using strimzi