Skip to content

Commit

Permalink
Add vault foundation app (#442)
Browse files Browse the repository at this point in the history
* Add harbor foundation app
* Update license in app.json

---------

Co-authored-by: Martijn <martijn.niji@gmail.com>
  • Loading branch information
HorsePasta and mvdkleijn authored Jan 24, 2024
1 parent 52d6fc1 commit bd3c0fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vault/Vault.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Vault;

class Vault extends \App\SupportedApps {

Check failure on line 3 in Vault/Vault.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

Class App\SupportedApps\Vault\Vault extends unknown class App\SupportedApps.

}
10 changes: 10 additions & 0 deletions Vault/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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"
}
1 change: 1 addition & 0 deletions Vault/vault.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd3c0fe

Please sign in to comment.