From b02c4de8245c71a5e1c32dd8f71d6348910d235e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 18 Sep 2024 15:17:20 +0500 Subject: [PATCH] docs: update OIDC link in Vault JWT README --- vault-jwt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-jwt/README.md b/vault-jwt/README.md index 968785d..8f9e2bb 100644 --- a/vault-jwt/README.md +++ b/vault-jwt/README.md @@ -10,7 +10,7 @@ tags: [helper, integration, vault, jwt, oidc] # Hashicorp Vault Integration (JWT) -This module lets you authenticate with [Hashicorp Vault](https://www.vaultproject.io/) in your Coder workspaces using a [JWT](https://developer.hashicorp.com/vault/docs/auth/jwt#jwt-authentication) from Coder's OIDC provider. +This module lets you authenticate with [Hashicorp Vault](https://www.vaultproject.io/) in your Coder workspaces using a [JWT](https://developer.hashicorp.com/vault/docs/auth/jwt#jwt-authentication) from Coder's [OIDC authentication method](https://coder.com/docs/admin/auth#openid-connect). ```tf module "vault" {