From 28f9be5777e853a9c270d73da251c0ae8b6c1ec8 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Sun, 12 Jan 2025 17:22:28 -0600 Subject: [PATCH 1/2] show how to use the JWT for OIDC auth --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f1ceba0..f067d20 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ Optional: Optional: -- `identity_id` (String, Sensitive) Machine identity ID. Used to fetch/modify secrets for a given project +- `identity_id` (String, Sensitive) Machine identity ID. Used to fetch/modify secrets for a given project. Requires environment variable "INFISICAL_AUTH_JWT" from OIDC IDP. From 10c58f21d2cb963aff65e14f50d33ea371014f80 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Sun, 12 Jan 2025 17:35:04 -0600 Subject: [PATCH 2/2] clarify language --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f067d20..ba9de1f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ Optional: Optional: -- `identity_id` (String, Sensitive) Machine identity ID. Used to fetch/modify secrets for a given project. Requires environment variable "INFISICAL_AUTH_JWT" from OIDC IDP. +- `identity_id` (String, Sensitive) Machine identity ID. Used to fetch/modify secrets for a given project. Requires the environment variable `INFISICAL_AUTH_JWT`, which contains the JWT issued by your OIDC IDP.