1
0

Compare commits

..

No commits in common. "328f69cb6e08d5f808c2f08b5f4a070d065dcf42" and "fa3f8f38b4c4d2b072dc8e696beebaffab1c908d" have entirely different histories.

4 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,8 @@ Secret loading order:
usage; very unsuited for server environments. Requires `pass` installed
locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above
methods.
4. Vault instance if configured. Suited for production environments. **NOTE:
This is barely supported.** Requires `hvac` python package.
## Future extensions

View File

@ -76,5 +76,4 @@ docstring-code-format = true
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
]

View File

@ -1 +1 @@
__version__ = '0.1.24'
__version__ = '0.1.23'

View File

@ -39,6 +39,8 @@ Secret loading order:
usage; very unsuited for server environments. Requires `pass` installed
locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above
methods.
4. Vault instance if configured. Suited for production environments. **NOTE:
This is barely supported.** Requires `hvac` python package.
## Future extensions