A git credential helper to integrate with keepass using keepasshttp
- python 2 or 3
- python3-keepasshttp for python 3 (https://github.com/MarkusFreitag/python3-keepasshttp.git)
- python-keepasshttp for python 2 (https://github.com/romankh/python-keepasshttp)
pip install git+https://github.com/z00nx/git-credential-keepasshttp
You can set git's credential helper on a per repo basis repository using:
git config credential.helper keepasshttp
Or globally using:
git config --global credential.helper keepasshttp
- Only the get operation is supported
- It will return the first set of credentials found
- Minimal testing has been performed