Compare commits
2 Commits
fa3f8f38b4
...
328f69cb6e
Author | SHA1 | Date | |
---|---|---|---|
328f69cb6e | |||
caa93cb942 |
|
@ -32,8 +32,6 @@ 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,4 +76,5 @@ 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.23'
|
||||
__version__ = '0.1.24'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -39,8 +39,6 @@ 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