jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the Secrets API to store credentials

fbricon opened this issue · comments

The cluster credentials are not currently stored securely, we should use VS Code secrets API. See https://code.visualstudio.com/api/references/vscode-api#SecretStorage

One potential problem is Theia currently doesn't support that API: eclipse-theia/theia#9348