pocket_protector
pocket_protector copied to clipboard
🔏 People-centric secret management system, built to work with modern distributed version control systems.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi there! Just looking to see if this is still maintained. I've really enjoyed using it. Looks like there haven't been any commits for a couple of years. I'm not...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...
When a secret is only in one or more domains, the output is always the domain letters sorted. Example with the staging environment ``` $ pprotect list-all-secrets MY_PASSWORD: a, g,...
add the ability of key domains to import values from each other suggested YAML: ``` domains: domain1: secrets: a: encrypted-a b: encrypted-b domain2: imports: domain1: key: domain1-private-key-encrypted-by-domain2-public-key secrets: ["a", "b"]...