1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Adrian Likins 1613a739ad fix decrypted vault utf8 values (#37539)
* Fix errors decrypted non-ascii vault vars

AnsibleVaultEncryptedUnicode was just using b"".decode()
instead of to_text() on the bytestrings returned from
vault.decrypt() and could cause errors on python2
if non-ascii since decode() defaults to ascii.
Use to_text() to default to decoding utf-8.

add intg and unit tests for value of vaulted vars
being non-ascii utf8

based on https://github.com/ansible/ansible/issues/37258

Fixes #37258

* yamllint fixups
2018-05-24 23:22:46 -04:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
integration fix decrypted vault utf8 values (#37539) 2018-05-24 23:22:46 -04:00
legacy Add OpenNebula one_service module (#37829) 2018-05-24 13:32:45 +02:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Add plugins to ansible-doc test and fix issues. 2018-05-23 13:10:09 -07:00
sanity EC2_group module refactor (formerly pr/37255) (#38678) 2018-05-24 11:53:21 -04:00
units fix decrypted vault utf8 values (#37539) 2018-05-24 23:22:46 -04:00
utils Make docs-build sanity test disabled by default. 2018-05-09 17:55:00 -07:00