feat(lookup/bitwarden): add support for "session" arg (#7994)

Allows pass session key instead of reading from env.

Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
Emilien Escalle
2024-02-25 19:44:37 +01:00
committed by GitHub
parent e0dbe9c98d
commit 6cafd3bed7
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "bitwarden lookup plugin - add ``bw_session`` option, to pass session key instead of reading from env (https://github.com/ansible-collections/community.general/pull/7994)."