Skip to content

Commit

Permalink
Update 50-secrets.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
0xYankee authored Dec 29, 2023
1 parent 51aaed7 commit d89cc76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/101-learn/50-secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Switchboard Secrets
keywords: [Switchboard, web3, oracle, data feeds]
---

# Switchboard Secrets

:::info
Dive deeper into the usage of Secrets Server here:
[Secrets Server Github Repository]
Expand All @@ -17,6 +19,14 @@ leaking the secrets, it is important to store them securely so unauthorized
individuals cannot access/tamper with them.

### How it works

<MarkdownImage
img="/img/arch/secrets.png"
sx={{
display: "flex",
}}
/>

1. Store your secrets as key-value pairs in the server.
2. When your Switchboard Function needs to access a secret, it sends a request
to the server.
Expand Down

0 comments on commit d89cc76

Please sign in to comment.