mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 09:04:21 -07:00
[PR #6881/3e56da53 backport][stable-7] tss lookup plugin - Fetch secret by path (#6933)
tss lookup plugin - Fetch secret by path (#6881)
* Added support to fetch secret by path
* Fixed linting issue
* Fixed PR comments
* Chnaged description of secret path
(cherry picked from commit 3e56da5371
)
Co-authored-by: delinea-sagar <131447653+delinea-sagar@users.noreply.github.com>
This commit is contained in:
parent
f6b5b793c8
commit
57d1e74f3d
2 changed files with 58 additions and 18 deletions
2
changelogs/fragments/get-secret-by-path.yml
Normal file
2
changelogs/fragments/get-secret-by-path.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- tss lookup plugin - allow to fetch secret by path. Previously, we could not fetch secret by path but now use ``secret_path`` option to indicate to fetch secret by secret path (https://github.com/ansible-collections/community.general/pull/6881).
|
Loading…
Add table
Add a link
Reference in a new issue