mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Support --valid_pgpkeys option in Git module ()
PR #55396 Make Git module support `--valid-pgpkeys` option, which allows configuring a list of valid PGP fingerprints which are compared with the used PGP fingerprint if verify_commit is true. This requires verify_commit to be set to 'yes'. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
This commit is contained in:
committed by
Sviatoslav Sydorenko
parent
05e6339c49
commit
7a3914bd8b
3
changelogs/fragments/55396-git-gpg-whitelist.yml
Normal file
3
changelogs/fragments/55396-git-gpg-whitelist.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- git - add a ``gpg_whitelist`` option to specify a list of trusted GPG fingerprints for when ``verify_commit`` is enabled (https://github.com/ansible/ansible/pull/55396)
|
||||
Reference in New Issue
Block a user