Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-6654

Customize SSLContext creation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0
    • None
    • config
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rwruck Robert Wruck
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: