8000 docs(vault-jwt): update OIDC docs link by guspan-tanadi · Pull Request #388 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

docs(vault-jwt): update OIDC docs link #388

Merged
merged 2 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs(vault-jwt): intended links
  • Loading branch information
guspan-tanadi authored Jan 27, 2025
commit 616b00c6da8c7f737568fbe234f6915bc1d9983f
2 changes: 1 addition & 1 deletion vault-jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 by reusing the [OIDC](https://coder.com/docs/admin/auth#openid-connect) access token from Coder's OIDC authentication method. This requires configuring the Vault [JWT/OIDC](https://developer.hashicorp.com/vault/docs/auth/jwt#configuration) auth method.
This module lets you authenticate with [Hashicorp Vault](https://www.vaultproject.io/) in your Coder workspaces by reusing the [OIDC](https://coder.com/docs/admin/users/oidc-auth) access token from Coder's OIDC authentication method. This requires configuring the Vault [JWT/OIDC](https://developer.hashicorp.com/vault/docs/auth/jwt#configuration) auth method.

```tf
module "vault" {
Expand Down
Loading
0