jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I connect with mTLS auth?

chonbash opened this issue · comments

Hi.
In Kafka Tool I use Security -> SSL and add keystore with client certificate. At kafka cluster I add client cert CN to ACL list.

How can I do so with your extension?

@chonbash please read my comment at #185 (comment)

My plan is to add 3 fields in the wizard to fill ca, key and cert files:

image

@chonbash do you think it will cover your usecase?

Hi, I need one more field - Key Password.
If key protected with password.

If I can help you to test, or something else - i'm ready. But С# not my strong site :)

Hi, I need one more field - Key Password.

You mean passphrase ? (see https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options)