mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
committed by
GitHub
parent
dbc2cee968
commit
186528df56
18
meta.json
18
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user