From c9b1651ff509fb2ee3e4de0dbf4cf7bccb2f60e7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 13 Sep 2024 18:58:57 +0500 Subject: [PATCH] Clarify role mapping in Vault integration docs --- 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 01f4341..968785d 100644 --- a/vault-jwt/README.md +++ b/vault-jwt/README.md @@ -55,7 +55,7 @@ module "vault" { } ``` -### Configure Vault integration with a role from your OIDC provider +### Configure Vault integration with a role from your OIDC provider by mapping the workspace owner's group to a Vault role ```tf data "coder_workspace_owner" "me" {}