mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
docs: make identity workflow tabs plural
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user