This commit is contained in:
2026-03-12 21:45:41 +01:00
parent 223dd36d7f
commit efe1bcfe61
-1
View File
@@ -42,7 +42,6 @@ def setup_vault():
sys.exit(1) sys.exit(1)
return client return client
def get_secret(client, path, field=None): def get_secret(client, path, field=None):
"""Retrieves a secret from Vault at the specified path.""" """Retrieves a secret from Vault at the specified path."""
return client.secrets.kv.v2.read_secret_version( return client.secrets.kv.v2.read_secret_version(