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/targets/ansible-galaxy-collection/tasks
Sloane Hertel f96a661ada
ansible-galaxy - add configuration options for more flexible collection signature verification (#77026)
* Add a toggle to control the number of signatures required to verify the authenticity of a collection

* Make the default number of required valid signatures 1

* Add option to make signature verification strict and fail if there are no valid signatures (e.g. "+1")

* Use a regex to validate --required-valid-signature-count

* Add a toggle to limit the gpg status codes that are considered a failure

* Update documentation and changelog

* Add unit and integration tests for the new options

* Fixes #77146

Fix using user-provided signatures when running 'ansible-galaxy collection verify ns.coll --offline'

Add a test for a user-provided signature when running ansible-galaxy collection verify with --offline

Fix displaying overall gpg failure without extra verbosity

Add a test for displaying gpg failure without verbosity

Improve documentation to be more clear that signature verification only currently applies to collections directly sourced from Galaxy servers
4 years ago
..
build.yml Add tests for ignore functionality of collection build (#69345) 5 years ago
download.yml add option to upgrade collections (#73336) 5 years ago
init.yml Add tests for ignore functionality of collection build (#69345) 5 years ago
install.yml ansible-galaxy - add configuration options for more flexible collection signature verification (#77026) 4 years ago
list.yml galaxy - add format options for collection list (#73474) 5 years ago
main.yml ansible-galaxy - add signature verification of the MANIFEST.json (#76681) 4 years ago
publish.yml Galaxy server update (#72286) 5 years ago
pulp.yml ansible-galaxy - source deps from all servers and not just parent (#72576) 5 years ago
revoke_gpg_key.yml ansible-galaxy - add signature verification of the MANIFEST.json (#76681) 4 years ago
setup_gpg.yml ansible-galaxy - add signature verification of the MANIFEST.json (#76681) 4 years ago
upgrade.yml collection: match skip message as per role install (#74861) 5 years ago
verify.yml ansible-galaxy - add configuration options for more flexible collection signature verification (#77026) 4 years ago