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

[Enhancement]: Use PEM certificates when connecting to KafkaAgent's REST endpoint #8721

Closed
tinaselenge opened this issue Jun 23, 2023 · 1 comment · Fixed by #9288
Closed
Assignees

Comments

@tinaselenge
Copy link
Contributor

Related problem

KafkaRoller currently uses PKCS12 certificates when connecting to KafkaAgent's REST endpoint to learn about broker state.

Suggested solution

We should implement using PEM certificates instead of PKCS12 because it is easier to use and more Kubernetes-friendly format. It may be easier for future work around certificate management.

Alternatives

No response

Additional context

No response

@scholzj
Copy link
Member

scholzj commented Jun 29, 2023

Triaged on 29.6.2023: This makes sense as we are in general moving towards PEM certificates rather then PKCS12 stores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants