Integrating your organization’s Certificate Authority (CA) with Strimzi Kafka is essential for enforcing user-level authentication and authorization (AUTH/Z) in corporate environments.
To integrate the corporate CA with Strimzi Kafka, the following steps can be followed:
1. Develop a Custom Principal Builder Class to override Kafka's default Common Name (CN) validation logic.
2. Create a custom Kafka Docker image incorporating the compiled custom principal builder class.