mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 20:41:44 -07:00
Fix multiple issues with the TSS lookup plugin when using fetch_attachments (#6720)
* Treat files as binary when downloading attachments
* Raise a warning when the attachment can't be read
* Set the 'itemValue' for files, even when they can't be read
* Always return the original secret content
* Add changelog
* Fix changelog
* Update changelog
Co-authored-by: Felix Fontein <felix@fontein.de>
* Revert "Always return the original secret content"
This reverts commit a9fb96e165
.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
13e9e4b196
commit
6bff57ee6e
2 changed files with 9 additions and 3 deletions
2
changelogs/fragments/6720-tss-fix-fetch-attachments.yml
Normal file
2
changelogs/fragments/6720-tss-fix-fetch-attachments.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "tss lookup plugin - fix multiple issues when using ``fetch_attachments=true`` (https://github.com/ansible-collections/community.general/pull/6720)."
|
Loading…
Add table
Add a link
Reference in a new issue