You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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.
@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
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
The text was updated successfully, but these errors were encountered: