A set of utilities to manage secrets with Gopass and extract them as needed.
This module is designed for use in Python projects that require secure, runtime access to secrets such as database passwords, API tokens, or configuration blobs.
- Securely fetch secrets from Gopass CLI
- Supports environment-scoped secrets (e.g.
dev/,prod/) - In-memory caching (optional)
- Easy integration with existing Python logging
- Supports JSON-formatted secrets
wget https://github.com/gopasspw/gopass/releases/download/v1.15.15/gopass_1.15.15_linux_amd64.deb
sudo dpkg -i gopass_1.15.15_linux_amd64.deb- Use new packaging build env.
- Update to use v1.15.15 of gopass.
- Change back to using -o option of gopass.
- Remove
-ooption in call to gopass.
- Initial release.