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/integration
Adrian Likins 934b645191 Support multiple vault passwords (#22756)
Fixes #13243

** Add --vault-id to name/identify multiple vault passwords

Use --vault-id to indicate id and path/type

 --vault-id=prompt  # prompt for default vault id password
 --vault-id=myorg@prompt  # prompt for a vault_id named 'myorg'
 --vault-id=a_password_file  # load ./a_password_file for default id
 --vault-id=myorg@a_password_file # load file for 'myorg' vault id

vault_id's are created implicitly for existing --vault-password-file
and --ask-vault-pass options.

Vault ids are just for UX purposes and bookkeeping. Only the vault
payload and the password bytestring is needed to decrypt a
vault blob.

Replace passing password around everywhere with
a VaultSecrets object.

If we specify a vault_id, mention that in password prompts

Specifying multiple -vault-password-files will
now try each until one works

** Rev vault format in a backwards compatible way

The 1.2 vault format adds the vault_id to the header line
of the vault text. This is backwards compatible with older
versions of ansible. Old versions will just ignore it and
treat it as the default (and only) vault id.

Note: only 2.4+ supports multiple vault passwords, so while
earlier ansible versions can read the vault-1.2 format, it
does not make them magically support multiple vault passwords.

use 1.1 format for 'default' vault_id

Vaulted items that need to include a vault_id will be
written in 1.2 format.

If we set a new DEFAULT_VAULT_IDENTITY, then the default will
use version 1.2

vault will only use a vault_id if one is specified. So if none
is specified and C.DEFAULT_VAULT_IDENTITY is 'default'
we use the old format.

** Changes/refactors needed to implement multiple vault passwords

raise exceptions on decrypt fail, check vault id early

split out parsing the vault plaintext envelope (with the
sha/original plaintext) to _split_plaintext_envelope()

some cli fixups for specifying multiple paths in
the unfrack_paths optparse callback

fix py3 dict.keys() 'dict_keys object is not indexable' error

pluralize cli.options.vault_password_file -> vault_password_files
pluralize cli.options.new_vault_password_file -> new_vault_password_files
pluralize cli.options.vault_id -> cli.options.vault_ids

** Add a config option (vault_id_match) to force vault id matching.

With 'vault_id_match=True' and an ansible
vault that provides a vault_id, then decryption will require
that a matching vault_id is required. (via
--vault-id=my_vault_id@password_file, for ex).

In other words, if the config option is true, then only
the vault secrets with matching vault ids are candidates for
decrypting a vault. If option is false (the default), then
all of the provided vault secrets will be selected.

If a user doesn't want all vault secrets to be tried to
decrypt any vault content, they can enable this option.

Note: The vault id used for the match is not encrypted or
cryptographically signed. It is just a label/id/nickname used
for referencing a specific vault secret.
7 years ago
..
group_vars Run vyos_command Network tests in Shippable (#24514) 7 years ago
host_vars breaks testing in non virtual envs, since env var can be used in those 9 years ago
roles [google] adding a GCE labels module 7 years ago
targets Support multiple vault passwords (#22756) 7 years ago
vars Split integration tests out from Makefile. (#17976) 8 years ago
Makefile Remove legacy integration test make targets. (#26255) 7 years ago
amazon.yml Adding support for Amazon ECR (#19306) 8 years ago
asa.yaml Continue running network tests after failure (#26407) 7 years ago
azure.yml add azure integration tests 9 years ago
cleanup_azure.py test/: PEP8 compliancy (#24803) 7 years ago
cleanup_ec2.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
cleanup_gce.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
cleanup_rax.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
cloud-config-aws.yml.template Add support for cloud tests to ansible-test. (#24315) 7 years ago
cloud-config-cs.ini.template Add support for cloud tests to ansible-test. (#24315) 7 years ago
cloudflare.yml Fix cosmetic problems in YAML source 8 years ago
cloudscale.yml new module cloudscale_server (#20175) 8 years ago
cnos.yaml New module: cnos_vlan and various utility files (#21107) 8 years ago
connection-buildah.yaml add connection plugin for buildah (#26170) 7 years ago
consul.yml Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
consul_inventory.yml Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
consul_running.py Support print() function in test/ 9 years ago
credentials.template Update git test to not rm ~/.ssh/known_hosts. 7 years ago
dellos6.yaml Migrate Network Tests into ansible/ansible (#18233) 8 years ago
dellos9.yaml Migrate Network Tests into ansible/ansible (#18233) 8 years ago
dellos10.yaml Migrate Network Tests into ansible/ansible (#18233) 8 years ago
eos.yaml Remove Deprecated Template network modules (#27076) 7 years ago
exoscale.yml exo_dns: new module utils and integration tests for exoscale DNS (#17230) 8 years ago
galaxy_playbook.yml Allow installation of roles from yaml roles file 10 years ago
galaxy_playbook_git.yml [hotfix] add missed playbook file 9 years ago
galaxy_roles.yml Fix cosmetic problems in YAML source 8 years ago
galaxy_rolesfile Add tests for #10620 9 years ago
gce.yml [google] adding a GCE labels module 7 years ago
gce_credentials.py test/: PEP8 compliancy (#24803) 7 years ago
integration_config.yml Fix cosmetic problems in YAML source 8 years ago
inventory Facts Refresh (2.4 roadmap) (#23012) 7 years ago
inventory.network Add VyOS integration tests for net_linkagg (#26478) 7 years ago
inventory.networking.template Increase python version coverage for tests. (#24762) 7 years ago
inventory.remote.template Add support for OS X CI on Shippable. (#17160) 8 years ago
inventory.winrm.template Increase python version coverage for tests. (#24762) 7 years ago
inventory.yaml add new yaml inventory for testing 7 years ago
ios.yaml Remove Deprecated Template network modules (#27076) 7 years ago
iosxr.yaml Remove Deprecated Template network modules (#27076) 7 years ago
jenkins.yml jenkins_job: add integration tests (#17499) 8 years ago
junos.yaml Remove Deprecated Template network modules (#27076) 7 years ago
netscaler.yaml Add netscaler_server module (#25537) 7 years ago
network-all.yaml New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 7 years ago
network-integration.cfg Allow ansible.cfg overrides (#27372) 7 years ago
nuage.yaml New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 7 years ago
nxos.yaml Fix nxos portchannel force option (#27190) 7 years ago
ops.yaml Continue running network tests after failure (#26407) 7 years ago
ovs.yaml Revert "Enforce the _raw_params variable with include_role (#26430)" 7 years ago
platform_agnostic.yaml junos implementation for net_l3_interface module (#26829) 7 years ago
rackspace.yml Add tests for rax_scaling_group 9 years ago
setup_gce.py test/: PEP8 compliancy (#24803) 7 years ago
target-prefixes.network openvswitch targets via network-integration (#27295) 7 years ago
vyos.yaml When running all network tests at once, list the ones that failed at the end. (#27075) 7 years ago