From 4ee5236a080a6c26880127f22fb7cef72274da63 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Mon, 17 Nov 2025 14:09:24 -0800 Subject: [PATCH] docs: make identity workflow tabs plural --- docs/documentation/platform/identities/machine-identities.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/platform/identities/machine-identities.mdx b/docs/documentation/platform/identities/machine-identities.mdx index 99f80906d..964a3ad7c 100644 --- a/docs/documentation/platform/identities/machine-identities.mdx +++ b/docs/documentation/platform/identities/machine-identities.mdx @@ -29,7 +29,7 @@ perform organization-level operations. Organization-level identities are useful ## Workflow - + A typical workflow for using project identities consists of three steps: 1. Creating the identity with a name and [role](/documentation/platform/access-controls/role-based-access-controls) in Project > Access Control > Machine Identities. @@ -37,7 +37,7 @@ perform organization-level operations. Organization-level identities are useful 2. Authenticating the identity with the Infisical API based on the configured authentication method on it and receiving a short-lived access token back. 3. Authenticating subsequent requests with the Infisical API using the short-lived access token. - + A typical workflow for using organization identities consists of four steps: 1. Creating the identity with a name and [role](/documentation/platform/access-controls/role-based-access-controls) in Organization > Access Control > Machine Identities.