6bf74aa20d
This commit adds two new cli commands to allow an operator to read and write passwords into a configured Hashicorp Vault KV. Change-Id: Icf0eaf7544fcbdf7b83f697cc711446f47118a4d
21 lines
334 B
Plaintext
21 lines
334 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
# ini parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# YAML parsing
|
|
PyYAML>=3.12 # MIT
|
|
|
|
# password generation
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
# templating
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
|
|
# Ansible's json_query
|
|
jmespath>=0.9.3 # MIT
|
|
|
|
# Hashicorp Vault
|
|
hvac>=0.10.1
|