mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update secret sharing texts
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
---
|
||||
title: "Secret Sharing"
|
||||
sidebarTitle: "Secret Sharing"
|
||||
description: "Learn how to share time-bound secrets securely with anybody on the internet."
|
||||
description: "Learn how to share time-bound secrets securely with anyone 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.
|
||||
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-bound manner.
|
||||
With its zero-knowledge architecture, secrets shared via Infisical remain unreadable even to Infisical itself.
|
||||
|
||||
## Share a Secret
|
||||
|
||||
@@ -16,8 +18,8 @@ Developers often need to share secrets with their team members, contractors, or
|
||||
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.
|
||||
Infisical does not have access to the shared secrets. 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.
|
||||
@@ -29,7 +31,7 @@ Developers often need to share secrets with their team members, contractors, or
|
||||
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.
|
||||
5. Copy the link and share it with the intended recipient. Anyone with the link can access the secret before its expiration time. Hence, it is recommended to share the link only with the intended recipient.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user