janjoerke / vscode-jenkins-pipeline-linter-connector

MIT License
60 stars 21 forks source link

Password is stored as a PLAIN TEXT #5

Closed Dancho80 closed 5 years ago

Dancho80 commented 5 years ago

Seems like the password is not encrypted and cannot be used that way image

janjoerke commented 5 years ago

Yes, that is indeed bad.

The problem is, that VS Code does not offer an API for securely storing passwords. Implementing a custom credential store is sadly far above the time i can spend on the plugin at the moment.

For now i will add the possibility to leave the password field empty, so that when a user is set and a password is not, you than can enter your password manually.

janjoerke commented 5 years ago

I've implemented the change in 1.1.4.