From 1e4b4591ed0d4c9d301c360689b59c517e28e7b9 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Mon, 1 Apr 2024 09:15:04 -0700 Subject: [PATCH] fix images in docs --- .../platform/access-controls/additional-privileges.mdx | 8 ++++---- .../access-controls/role-based-access-controls.mdx | 6 +++--- .../platform/access-controls/temporary-access.mdx | 6 +++--- .../platform/identities/machine-identities.mdx | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/documentation/platform/access-controls/additional-privileges.mdx b/docs/documentation/platform/access-controls/additional-privileges.mdx index 9c22dfab7..8f29d1d6e 100644 --- a/docs/documentation/platform/access-controls/additional-privileges.mdx +++ b/docs/documentation/platform/access-controls/additional-privileges.mdx @@ -9,14 +9,14 @@ Infisical **Additional Privileges** functionality enables specific permissions w To provision specific privileges through Web UI: 1. Click on the `Edit` button next to the set of roles for user or identities. -![Edit User Role](../../images/platform/access-controls/edit-role.png) +![Edit User Role](/images/platform/access-controls/edit-role.png) 2. Click `Add Additional Privileges` in the corresponding section of the permission management modal. -![Add Specific Privilege](../../images/platform/access-controls/add-additional-privileges.png) +![Add Specific Privilege](/images/platform/access-controls/add-additional-privileges.png) 3. Fill out the necessary parameters in the privilege entry that appears. It is possible to specify the `Environment` and `Secret Path` to which you want to enable access. It is also possible to define the range of permissions (`View`, `Create`, `Modify`, `Delete`) as well as how long the access should last (e.g., permanent or timed). -![Additional privileges](../../images/platform/access-controls/additional-privileges.png) +![Additional privileges](/images/platform/access-controls/additional-privileges.png) 4. Click the `Save` button to enable the additional privilege. -![Confirm Specific Privilege](../../images/platform/access-controls/confirm-additional-privileges.png) \ No newline at end of file +![Confirm Specific Privilege](/images/platform/access-controls/confirm-additional-privileges.png) \ No newline at end of file diff --git a/docs/documentation/platform/access-controls/role-based-access-controls.mdx b/docs/documentation/platform/access-controls/role-based-access-controls.mdx index e12153425..98a2e4659 100644 --- a/docs/documentation/platform/access-controls/role-based-access-controls.mdx +++ b/docs/documentation/platform/access-controls/role-based-access-controls.mdx @@ -17,7 +17,7 @@ By default, every user and machine identity in a organization is either an **adm Overall, organization-level access controls are significantly of administrative nature. Access to projects, secrets and other sensitive data is specified on the project level. -![Org member role](../../images/platform/rbac/org-member-role.png) +![Org member role](/images/platform/rbac/org-member-role.png) ## Project-level access controls @@ -28,7 +28,7 @@ As such: - **Developers**: This role restricts identities from performing project control actions, updating Approval Workflow policies, managing roles/members, and more. - **Viewer**: The most limiting bulit-in role on the project level – it forbids user and machine identities to perform any action and rather shows them in the read-only mode. -![Project member role](../../images/platform/access-controls/rbac.png) +![Project member role](/images/platform/access-controls/rbac.png) ## Creating custom roles @@ -41,4 +41,4 @@ By creating custom roles, you are able to adjust permissions to the needs of you It is worth noting that users are able to assume multiple built-in and custom roles. A user will gain access to all actions within the roles assigned to them, not just the actions those roles share in common. -![project member custom role](../../images/platform/rbac/project-member-custom-role.png) +![project member custom role](/images/platform/rbac/project-member-custom-role.png) diff --git a/docs/documentation/platform/access-controls/temporary-access.mdx b/docs/documentation/platform/access-controls/temporary-access.mdx index c113f0f85..c914c96f5 100644 --- a/docs/documentation/platform/access-controls/temporary-access.mdx +++ b/docs/documentation/platform/access-controls/temporary-access.mdx @@ -8,17 +8,17 @@ Certain environments and secrets are so sensitive that it is recommended to not To provision temporary access through Web UI: 1. Click on the `Edit` button next to the set of roles for user or identities. -![Edit User Role](../../images/platform/access-controls/edit-role.png) +![Edit User Role](/images/platform/access-controls/edit-role.png) 2. Click `Permanent` next to the role or specific privilege that you want to make temporary. 3. Specify the duration of remporary access (e.g., `1m`, `2h`, `3d`). -![Configure temp access](../../images/platform/access-controls/configure-temporary-access.png) +![Configure temp access](/images/platform/access-controls/configure-temporary-access.png) 4. Click `Grant`. 5. Click the corresponding `Save` button to enable remporary access. -![Temporary Access](../../images/platform/access-controls/temporary-access.png) +![Temporary Access](/images/platform/access-controls/temporary-access.png) Every user and machine identity should always have at least one permanent role attached to it. diff --git a/docs/documentation/platform/identities/machine-identities.mdx b/docs/documentation/platform/identities/machine-identities.mdx index f5088a3e2..77999effe 100644 --- a/docs/documentation/platform/identities/machine-identities.mdx +++ b/docs/documentation/platform/identities/machine-identities.mdx @@ -9,7 +9,7 @@ An Infisical machine identity is an entity that represents a workload or applica Each identity must authenticate with the API using a supported authentication method like [Universal Auth](/documentation/platform/identities/universal-auth) to get back a short-lived access token to be used in subsequent requests. -![organization identities](../../images/platform/organization/organization-machine-identities.png) +![organization identities](/images/platform/organization/organization-machine-identities.png) Key Features: