From d89cc76753e68a3f1332289d99beae91d9abc71c Mon Sep 17 00:00:00 2001 From: 0xYankee <105225833+0xYankee@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:18:24 +0800 Subject: [PATCH] Update 50-secrets.mdx --- website/docs/101-learn/50-secrets.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/docs/101-learn/50-secrets.mdx b/website/docs/101-learn/50-secrets.mdx index eafd7bca88..163297d029 100644 --- a/website/docs/101-learn/50-secrets.mdx +++ b/website/docs/101-learn/50-secrets.mdx @@ -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] @@ -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 + + + 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.