Docs revamp

This commit is contained in:
x032205
2025-05-28 15:39:44 -04:00
parent 6305aab0d1
commit 8ffb92bfb3
6 changed files with 46 additions and 23 deletions

View File

@@ -5,42 +5,65 @@ description: "Learn how to share time & view-count bound secrets securely with a
---
Developers frequently need to share secrets with team members, contractors, or other third parties, which can be risky due to potential leaks or misuse.
Infisical offers a secure solution for sharing secrets over the internet in a time and view count bound manner. It is possible to share secrets without signing up via [share.infisical.com](https://share.infisical.com) or via Infisical Dashboard (which has more advanced funcitonality).
Infisical offers a secure solution for sharing secrets over the internet in a time and view-count bound manner. It is possible to share secrets without signing up via [share.infisical.com](https://share.infisical.com) or via Infisical Dashboard (which has more advanced functionality).
With its zero-knowledge architecture, secrets shared via Infisical remain unreadable even to Infisical itself.
## Share a Secret
## Sharing a Secret
1. Navigate to the **Organization** page.
2. Click on the **Secret Sharing** tab from the sidebar.
<Steps>
<Step title="Navigate to the 'Secret Sharing' page and click 'Share Secret'">
![Secret Sharing](../../images/platform/secret-sharing/overview.png)
</Step>
<Step title="Configure Secret Share">
![Configure Secret](../../images/platform/secret-sharing/create-new-secret.png)
![Secret Sharing](../../images/platform/secret-sharing/overview.png)
- **Name (optional):** A friendly name for the shared secret.
- **Your Secret:** The secret content.
- **Password (optional):** A password which will be required when viewing the secret.
<Note>
Infisical does not have access to the shared secrets. This is a part of our
zero knowledge architecture.
</Note>
- **Limit access to people within organization:** Only lets people within your organization view the secret.
<Note>
Enabling this feature requires secret viewers to log into Infisical.
</Note>
3. Click on the **Share Secret** button. Set the secret, its expiration time and specify if the secret can be viewed only once. It expires as soon as any of the conditions are met.
Also, specify if the secret can be accessed by anyone or only people within your organization.
- **Expires In:** The time it'll take for the secret to expire.
- **Max Views:** How many times the secret can be viewed before it's destroyed.
![Add View-Bound Sharing Secret](../../images/platform/secret-sharing/create-new-secret.png)
- **Authorized Emails (optional):** Emails which are authorized to view this secret.
<Note>
Enabling this feature requires secret viewers to log into Infisical. Each email will receive the shared secret link in their inbox after creation.
</Note>
</Step>
<Step title="Copy Link and Share Secret">
After creating the shared secret, its link will be displayed. Share this with the intended recipients.
<Note>
Secret once set cannot be changed. This is to ensure that the secret is not
tampered with.
</Note>
<Info>
Anyone with this link can view the secret before it expires unless you've selected specific emails.
</Info>
5. Copy the link and share it with the intended recipient. Anyone with the link can access the secret before its expiration condition. Hence, it is recommended to share the link only with the intended recipient.
![Copy URL](../../images/platform/secret-sharing/copy-url.png)
</Step>
<Step title="Access Shared Secret">
Visiting the secret link will display its contents.
![Copy URL](../../images/platform/secret-sharing/copy-url.png)
![Access Shared Secret](../../images/platform/secret-sharing/public-view.png)
</Step>
</Steps>
## Access a Shared Secret
## Deleting a Shared Secret
Just click on the link you received to access the secret. The secret will be displayed on the screen & for how long it is valid.
To delete a shared secret, click the **Trash Can** icon on the relevant shared secret row in the [**Secret Sharing**](https://app.infisical.com/organization/secret-sharing?selectedTab=share-secret) page.
![Access Shared Secret](../../images/platform/secret-sharing/public-view.png)
![Delete Secret](../../images/platform/secret-sharing/delete-secret.png)
## Delete a Shared Secret
## FAQ
In the **Secret Sharing** tab, click on the **Delete** button next to the secret you want to delete. This will delete the secret immediately & the link will no longer be accessible.
<AccordionGroup>
<Accordion title="Does Infisical have access to Shared Secrets?">
No, Infisical does not have access to shared secrets. This is part of our zero-knowledge architecture.
</Accordion>
<Accordion title="Can secrets be changed after they are shared?">
No, secrets cannot be changed after they've been created. This is to ensure that secrets are not tampered with.
</Accordion>
</AccordionGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 621 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 KiB

After

Width:  |  Height:  |  Size: 1019 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB