hashi_vault: add support for userpass authentication (#51538)

Added support for username and password authentication in hashi_vault
lookup plugin.

Fixes: #38878

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2019-02-02 17:02:53 +05:30
committed by René Moser
parent e81287593b
commit 18ed84b877
2 changed files with 41 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- hashi_vault lookup plugin now supports username and password method for the authentication (https://github.com/ansible/ansible/issues/38878).