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
host_vars
roles [google] adding a GCE labels module 7 years ago
targets Support multiple vault passwords (#22756) 7 years ago
vars
Makefile Remove legacy integration test make targets. (#26255) 8 years ago
amazon.yml
asa.yaml Continue running network tests after failure (#26407) 8 years ago
azure.yml
cleanup_azure.py
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
cloud-config-cs.ini.template
cloudflare.yml Fix cosmetic problems in YAML source 8 years ago
cloudscale.yml
cnos.yaml
connection-buildah.yaml add connection plugin for buildah (#26170) 7 years ago
consul.yml
consul_inventory.yml
consul_running.py
credentials.template Update git test to not rm ~/.ssh/known_hosts. 8 years ago
dellos6.yaml
dellos9.yaml
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
galaxy_playbook.yml
galaxy_playbook_git.yml
galaxy_roles.yml
galaxy_rolesfile
gce.yml [google] adding a GCE labels module 7 years ago
gce_credentials.py
integration_config.yml
inventory
inventory.network Add VyOS integration tests for net_linkagg (#26478) 8 years ago
inventory.networking.template
inventory.remote.template
inventory.winrm.template
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
junos.yaml Remove Deprecated Template network modules (#27076) 7 years ago
netscaler.yaml
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) 8 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
setup_gce.py
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