docs: make identity workflow tabs plural

This commit is contained in:
Scott Wilson
2025-11-17 14:09:24 -08:00
parent 47215d7be5
commit 4ee5236a08

View File

@@ -29,7 +29,7 @@ perform organization-level operations. Organization-level identities are useful
## Workflow
<Tabs>
<Tab title="Project Identity">
<Tab title="Project Identities">
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.
</Tab>
<Tab title="Organization Identity">
<Tab title="Organization Identities">
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.