mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
[PR #9728/410999df backport][stable-10] bitwarden lookup: add options to filter by collection_name and validate number of results (#9757)
bitwarden lookup: add options to filter by collection_name and validate number of results (#9728)
* feat(lookups/bitwarden): add collection_name filter
* feat(lookups/bitwarden): add result_count check
* docs(lookups/bitwarden): add changelog fragment
* Update changelogs/fragments/9728-bitwarden-collection-name-filter.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fix(lookups/bitwarden): fix result_count check for multiple terms
* fix(lookups/bitwarden): Enforce mutual exclusion of 'collection_name' and 'collection_id'
* formatting(lookups/bitwarden): remove trailing whitespace
* Update plugins/lookup/bitwarden.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/lookup/bitwarden.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* formatting(lookups/bitwarden): remove trailing whitespace
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit 410999dffa
)
Co-authored-by: Jonas <jonas.switala@frequentis.com>
This commit is contained in:
parent
df28c80946
commit
ebb150c3f9
3 changed files with 140 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- bitwarden lookup plugin - add new option ``collection_name`` to filter results by collection name, and new option ``result_count`` to validate number of results (https://github.com/ansible-collections/community.general/pull/9728).
|
Loading…
Add table
Add a link
Reference in a new issue