Compare commits
No commits in common. "328f69cb6e08d5f808c2f08b5f4a070d065dcf42" and "fa3f8f38b4c4d2b072dc8e696beebaffab1c908d" have entirely different histories.
328f69cb6e
...
fa3f8f38b4
|
@ -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
|
||||
|
||||
|
|
|
@ -76,5 +76,4 @@ docstring-code-format = true
|
|||
"S101", # Test Asserts
|
||||
"T201", # Debug prints
|
||||
"PLR2004", # magic-value-comparison
|
||||
'SLF001', # Allow access to private members
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.24'
|
||||
__version__ = '0.1.23'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user