Attempting to add support to use Kubernetes secrets for vault root token, unseal keys and app role data
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 2m48s

This commit is contained in:
Alan Bridgeman 2026-04-05 15:38:21 -05:00
parent f8cb28246f
commit dd5a8abd55
7 changed files with 171 additions and 21 deletions

5
.gitignore vendored
View file

@ -2,4 +2,7 @@
.env
# Ignore VSCode settings (that don't need to be shared)
.vscode/
.vscode/
# Ignore Python virtual environment
.venv