Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keepass integration (secure credentials) #121

Open
smb opened this issue Jun 6, 2020 · 3 comments
Open

Keepass integration (secure credentials) #121

smb opened this issue Jun 6, 2020 · 3 comments

Comments

@smb
Copy link

smb commented Jun 6, 2020

since secure storage implementations for vscode are not planned at the moment (there are several closed tickets about this) and putting plaintext credentials in a config file (that could be synced as well) isn't that great:

what do you think about keypass integration? i already suggested this to the ABAP ADT Eclipse Extension plugin: fidley/ABAP-Project-Extensions#4 - maybe this could also be interesting here?

short:
using https://github.com/pfn/keepasshttp/ (http API for local keypass) to query sap credentials from keypass secure storage

@marcellourbani
Copy link
Owner

Right now it's supporting the os password safe, I use it both on linux and windows through a module named keytar.
Might look into keepasshttp, I think native modules aren't allowed in extensions

@redhawk07
Copy link

You write that it's supporting the os password safe. But in all readme's and wiki pages it's only described that the password field is mandatory. Could you please describe how the os password safe can be used? Thanks.

@marcellourbani
Copy link
Owner

marcellourbani commented Jan 18, 2022

@redhawk07 Just leave the password to "" in the settings. You will be prompted for a password at first login, should be saved automatically and never asked until you reset it manually. I should update the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants