initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

10
radar/2019-11-01/vault.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: "Vault"
ring: trial
quadrant: tools
---
[Hashicorp Vault](https://www.vaultproject.io/) is a Go application with a Rest/Cli interface that you can use to securely access secrets.
A secret can be any sensitive data, such as credentials, certificates, access tokens, encryption keys etc.
Vaults key features are a secure secret storage, dynamic secretes (create on-demand secrets), data encryption, secret leasing, renewal and revocation.