mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Add harbor foundation app * Update license in app.json --------- Co-authored-by: Martijn <martijn.niji@gmail.com>
11 lines
990 B
JSON
11 lines
990 B
JSON
{
|
|
"appid": "a64c89f2592b4dcccad86640cb7e063cc91e171e",
|
|
"name": "Vault",
|
|
"website": "https://github.com/hashicorp/vault",
|
|
"license": "Business Source License 1.1",
|
|
"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.\r\n\r\nA modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture communication, etc. Understanding who is accessing what secrets is already very difficult and platform-specific. Adding on key rolling, secure storage, and detailed audit logs is almost impossible without a custom solution. This is where Vault steps in.",
|
|
"enhanced": false,
|
|
"tile_background": "dark",
|
|
"icon": "vault.svg"
|
|
}
|