community.general/lib/ansible/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)
2017-08-15 11:01:46 -04:00
..
utils ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
vault Vault secrets empty password (#28186) 2017-08-15 11:01:46 -04:00
yaml pylint fixes for vault related code (#27721) 2017-08-08 16:10:03 -04:00
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 2016-07-20 18:03:50 -04:00
dataloader.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
metadata.py metadata and doc generator optimization and fixes 2017-07-04 01:12:43 -07:00
mod_args.py Permit to have a action plugin without a empty module file 2017-07-25 15:11:56 -05:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00