wip for jinja template type

This commit is contained in:
2022-11-26 18:55:42 +01:00
parent d8bee2e029
commit cb793a7490
13 changed files with 131 additions and 20 deletions

View File

@ -1,8 +1,7 @@
import os
import subprocess
def get_secret_from_bitwarden(logger, id):
logger.info(f"Locking up secret with ID: {id}")
def get_secret_from_bitwarden(id):
return command_wrapper(logger, f"get item {id}")
def unlock_bw(logger):