From 47ae684f8edbcb3d48dc9dc387ed3dc80d232217 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 9 Oct 2023 18:01:05 +0300 Subject: [PATCH] update help --- vault/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vault/README.md b/vault/README.md index 0d55a87..337c109 100644 --- a/vault/README.md +++ b/vault/README.md @@ -1,6 +1,6 @@ --- display_name: vault -description: Authenticates with Vault and injects secrets into the environment. +description: Authenticates with Vault icon: ../.icons/vault.svg maintainer_github: coder verified: true @@ -9,7 +9,7 @@ tags: [helper, integration, vault] # Hashicorp Vault -This module authenticates with Vault and injects secrets into the environment. +This module lets you authenticate with [Hashicorp Vault](https://www.vaultproject.io/) in your Coder workspaces. > **Note:** This module does not cover setting up and configuring Vault. For that, see the [Vault documentation](https://www.vaultproject.io/docs).