-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Felix Fontein <[email protected]> * 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 <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Alexei Znamensky <[email protected]> * Update plugins/lookup/bitwarden.py Co-authored-by: Alexei Znamensky <[email protected]> * formatting(lookups/bitwarden): remove trailing whitespace --------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Alexei Znamensky <[email protected]> (cherry picked from commit 410999d) Co-authored-by: Jonas <[email protected]>
- Loading branch information
1 parent
df28c80
commit ebb150c
Showing
3 changed files
with
140 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/9728-bitwarden-collection-name-filter.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters