Skip to content

Use PEM files directly in operands instead of PKCS12 #11294

Open
@tinaselenge

Description

@tinaselenge

We use PEM files to connect to Kafka from the most operators. The Strimzi generated certificates are also in PEM format. However, other operands such as KafkaConnect, MirrorMaker and KafkaBridge still use PKCS12 certificates to connect to Kafka. Also Kafka nodes use PKCS12 certificates to connect to each other. These operands have shell scripts to prepare PKCS12 certificates based on the volume mounted PEM files from secret sources.

We should use PEM files across all the operands for consistency and remove usage of manually generated PKCS12 certificates.
This also might give us an opportunity to reduce usage of shell script for manual certificate preparation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions