wip for jinja template type
This commit is contained in:
5
src/lookups/bitwarden_lookup.py
Normal file
5
src/lookups/bitwarden_lookup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from utils.utils import get_secret_from_bitwarden
|
||||
|
||||
def bitwarden_lookup(id, field):
|
||||
_secret_json = get_secret_from_bitwarden(id)
|
||||
return _secret_json["login"][field]
|
Reference in New Issue
Block a user