MSK Connect support jks keystore location ?

0

Hey,

I just wonder is it possible to use MSK Connect with key store custom location for jks file like s3,EFS or StoreManager ? I know secrets like passwords, usernames can be done using ConfigProvider but what about client certification

已提问 2 年前249 查看次数
3 回答
0

yes, this can be done using S3. Upload the JKS file into S3 and check out the sample Java code in the link below.

Reference: https://docs.aws.amazon.com/kinesisanalytics/latest/java/example-keystore.html

profile pictureAWS
已回答 2 年前
0

I had the same question, and it really is for MSK Connect, not MSK itself. For instance, the elastic-search sink connector uses a truststore for ssl validation Example config:

elastic.https.ssl.truststore.location=some/path/truststore.jks
elastic.https.ssl.truststore.password=asdfasdf
elastic.https.ssl.truststore.type=JKS
elastic.https.ssl.protocol=TLS

How can we provide the path to a truststore for a given connector on MSK connect?

已回答 2 年前
0

Also would like to see answer for this in order to authenticate against self hosted kafka cluster and not MSK. Can i provide keystore(s) via custom plugin zip?

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则