Chris Blum
Chris Blum
Just FYI - I did rewrite the code so that the inotify part is in a separate thread, but for some reason, it still doesn't reliably detect webcam usage (that's...
It's a linux cli tool to list processes using a certain file: https://man7.org/linux/man-pages/man1/fuser.1.html
Glad you like it! At this point VaultPass is only able to display Login information and fill it out on the homepages. Adding Logins to Vault is currently not possible...
All the code is in the *.js files in the root level of the repo. For example have a look in this file: https://github.com/mulbc/vaultPass/blob/master/popup.js To develop and test the app...
Thanks for investing effort to refactor and improve the code. If possible, please split your work into one PR that refactors and then a second PR that adds functionality. That...
This has been requested often enough, that I still wonder how you end up with website secrets in your Vault before VaultPass (given that there's no other Vault-based password manager?!)...
Valid points and that's why I will add it in time ;) Thanks for taking the time to explain - out of curiosity is your company thinking of or actually...
@ipaqmaster - just FYI - we have this now and I just packaged a new version and pushed it to the Chrome & Firefox stores for review: https://github.com/mulbc/vaultPass/releases/tag/v2.3.3
This error is actually thrown after the Vault token has been fetched. It is thrown when the extension tries to list all the VaultPass organisations that have secrets in Vault....
@cathode911 - sounds like you use kv engine version 1? Documentation: https://developer.hashicorp.com/vault/docs/secrets/kv Is that the case?