Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Not A Problem
-
None
-
None
Description
Configuring SSL for kafka requires pointing an option at local files containing keys and roots of trust as described here: https://www.confluent.io/blog/apache-kafka-security-authorization-authentication-encryption/
Currently, it is somewhat tricky to ensure that these files are written before KafkaIO starts reading from the source; one potential option would be to add an init hook where the user could download keys from the keystore of their choice and write them to local files.