jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make SSL optional when selecting SASL Auth

fbricon opened this issue · comments

We have a webview now (#193), but SSL is still required when selecting SASL* auth.
@jnsjunior needs it to be optional (#195).

It means that we should just remove this validation

if (!(parameters[CLUSTER_SSL_FIELD] === true || parameters[CLUSTER_SSL_FIELD] === 'true')) {
?

Changing the severity of the problem allows us to still warn the user and allow them to save the cluster