mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: secret sharing
This commit is contained in:
44
docs/documentation/platform/secret-sharing.mdx
Normal file
44
docs/documentation/platform/secret-sharing.mdx
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Secret Sharing"
|
||||
sidebarTitle: "Secret Sharing"
|
||||
description: "Learn how to share time-bound secrets securely with anybody on the internet."
|
||||
---
|
||||
|
||||
Developers often need to share secrets with their team members, contractors, or other third parties. This can be a risky process, as secrets can be easily leaked or misused. Infisical provides a secure way to share secrets with anybody on the internet in a time-bound manner.
|
||||
|
||||
## Share a Secret
|
||||
|
||||
1. Navigate to the **Projects** page.
|
||||
2. Click on the **Secret Sharing** tab from the sidebar.
|
||||
|
||||

|
||||
|
||||
3. Click on the **Share Secret** button.
|
||||
|
||||
<Note>
|
||||
Infisical does not store the secret you share. This is a part of our Zero
|
||||
Knowledge Architecture.
|
||||
</Note>
|
||||
|
||||
4. Enter the secret you want to share and set the expiration time. Click on the **Share Secret** button.
|
||||
|
||||

|
||||
|
||||
<Note>
|
||||
Secret once set cannot be changed. This is to ensure that the secret is not
|
||||
tampered with.
|
||||
</Note>
|
||||
|
||||
5. Copy the link and share it with the intended recipient. Anybody with the link can access the secret before its expiration time. Hence, it is recommended to share the link only with the intended recipient.
|
||||
|
||||

|
||||
|
||||
## Access 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.
|
||||
|
||||

|
||||
|
||||
## Delete a Shared Secret
|
||||
|
||||
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.
|
||||
BIN
docs/images/platform/secret-sharing/copy-url.png
Normal file
BIN
docs/images/platform/secret-sharing/copy-url.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/images/platform/secret-sharing/new-secret.png
Normal file
BIN
docs/images/platform/secret-sharing/new-secret.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
docs/images/platform/secret-sharing/overview.png
Normal file
BIN
docs/images/platform/secret-sharing/overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
BIN
docs/images/platform/secret-sharing/public-view.png
Normal file
BIN
docs/images/platform/secret-sharing/public-view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 KiB |
@@ -137,6 +137,7 @@
|
||||
"documentation/platform/secret-rotation/aws-iam"
|
||||
]
|
||||
},
|
||||
"documentation/platform/secret-sharing",
|
||||
{
|
||||
"group": "Dynamic Secrets",
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user