From 3cc5387ef37e6f104d5d5ab78e111e4b604d1a7e Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 18 Dec 2024 11:16:06 +0000 Subject: [PATCH] docs/userguide/openbao.md aktualisiert --- docs/userguide/openbao.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/openbao.md b/docs/userguide/openbao.md index fb0992f..9a738e0 100644 --- a/docs/userguide/openbao.md +++ b/docs/userguide/openbao.md @@ -1,4 +1,4 @@ -[OpenBao](https://openbao.org/) is a fork of [HashiCorp Vault](https://developer.hashicorp.com/vault) which is a centralized solution for managing and securing sensitive data like authentication credentials, usernames, API tokens, and database credentials. +[OpenBao](https://openbao.org/) is a fork of [HashiCorp Vault](https://developer.hashicorp.com/vault) which is a centralized solution for managing and securing sensitive data like authentication credentials, usernames, API tokens, and database credentials - basically a digital safe for your secrets. Beyond static secrets, OpenBao supports dynamic secrets, allowing applications to generate ephemeral credentials for enhanced security. OpenBao's _Encrypt as a Service_ feature makes it simple to implement data encryption across your systems.