-
- Downloads
Add state `retrieved` to ipavault to retrieve vault stored data.
This patch adds support for retrieving data stored in an IPA vault by adding a new valid state for ipavault: `retrieved`. To allow the retrieval of data from assymetric vaults, the attributes `private_key`, `private_key_files` and `out` were also added to the module. The private key files, `private.pem`, should be paired with the already existing `public.pem` public key files. Tests were updated to reflect changes and two new playbooks were added: playbooks/vault/retrive-data-asymmetric-vault.yml playbooks/vault/retrive-data-symmetric-vault.yml
Showing
- README-vault.md 19 additions, 5 deletionsREADME-vault.md
- playbooks/vault/retrive-data-asymmetric-vault.yml 5 additions, 7 deletionsplaybooks/vault/retrive-data-asymmetric-vault.yml
- playbooks/vault/retrive-data-symmetric-vault.yml 3 additions, 4 deletionsplaybooks/vault/retrive-data-symmetric-vault.yml
- plugins/modules/ipavault.py 132 additions, 94 deletionsplugins/modules/ipavault.py
- tests/vault/test_vault.yml 8 additions, 21 deletionstests/vault/test_vault.yml
Loading
Please register or sign in to comment