-
- Downloads
Remove usage of b64encode in lookup from Vault tests.
There are some issues using a combination of `lookup('file')` and the `b64encode` filter in Ansible, making tests unstable. This change removes the usage of b64encode when loading public and private keys from files in the Vault test playbooks.
Showing
- tests/vault/env_cleanup.yml 17 additions, 9 deletionstests/vault/env_cleanup.yml
- tests/vault/env_setup.yml 12 additions, 6 deletionstests/vault/env_setup.yml
- tests/vault/tasks_vault_members.yml 3 additions, 3 deletionstests/vault/tasks_vault_members.yml
- tests/vault/test_vault_asymmetric.yml 30 additions, 30 deletionstests/vault/test_vault_asymmetric.yml
- tests/vault/test_vault_change_type.yml 10 additions, 10 deletionstests/vault/test_vault_change_type.yml
Loading
Please register or sign in to comment