You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/parsing
Adrian Likins e287af1ac8 Vault secrets empty password (#28186)
* Better handling of empty/invalid passwords

empty password files are global error and cause an
exit. A warning is also emitted with more detail.

ie, if any of the password/secret sources provide
a bogus password (ie, empty) or fail (exception,
 ctrl-d, EOFError), we stop at the first error and exit. 

This makes behavior when entering empty password at
prompt match 2.3 (ie, an error)
7 years ago
..
utils test/: PEP8 compliancy (#24803) 8 years ago
vault Vault secrets empty password (#28186) 7 years ago
yaml Support multiple vault passwords (#22756) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_dataloader.py Support multiple vault passwords (#22756) 7 years ago
test_metadata.py metadata and doc generator optimization and fixes 8 years ago
test_mod_args.py test/: PEP8 compliancy (#24803) 8 years ago
test_splitter.py Switch tests to pytest and ansible-test. 8 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago