bitwarden-crd-operator/src/filters/bitwarden_filter.py

8 lines
188 B
Python

from utils.utils import get_secret_from_bitwarden
def datetime_format(value, format="%H:%M %d-%m-%y"):
return value.strftime(format)
def bitwarden_lookup(value, id, field):
pass