Robert Wruck created KAFKA-6654: ----------------------------------- Summary: Customize SSLContext creation Key: KAFKA-6654 URL: https://issues.apache.org/jira/browse/KAFKA-6654 Project: Kafka Issue Type: Improvement Components: config Affects Versions: 1.0.0 Reporter: Robert Wruck
Currently, loading of SSL keystore and truststore always uses a FileInputStream (SslFactory.SecurityStore) and cannot be changed to load keystores from other locations such as the classpath, raw byte arrays etc. Furthermore, passwords for the key stores have to be provided as plaintext configuration properties. Delegating the creation of an SSLContext to a customizable implementation might solve some more issues such as KAFKA-5519, KAFKA-4933, KAFKA-4294, KAFKA-2629 by enabling Kafka users to implement their own. -- This message was sent by Atlassian JIRA (v7.6.3#76005)