Feat : Add HashiCorp Vault template (#512)

* feat: add HashiCorp Vault template

* Update blueprints/vault/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Harikrishnan Dhanasekaran
2025-11-08 10:59:04 +05:30
committed by GitHub
parent dbc2cee968
commit 186528df56
4 changed files with 57 additions and 0 deletions

View File

@@ -5343,6 +5343,24 @@
"self-hosted"
]
},
{
"id": "vault",
"name": "Vault",
"version": "latest",
"description": "Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log. To sign in: In the Vault UI, select 'Token' as the authentication method (not GitHub), then enter the root token from the VAULT_DEV_ROOT_TOKEN_ID environment variable (auto-generated).",
"logo": "vault.svg",
"links": {
"github": "https://github.com/hashicorp/vault",
"website": "https://www.vaultproject.io/",
"docs": "https://developer.hashicorp.com/vault/docs"
},
"tags": [
"security",
"secrets",
"devops",
"infrastructure"
]
},
{
"id": "vaultwarden",
"name": "Vaultwarden",