Skip to content

Commit cce48cb

Browse files
updated Oauth, Secret config
1 parent 1cc7f53 commit cce48cb

File tree

5 files changed

+257
-285
lines changed

5 files changed

+257
-285
lines changed

fern/docs/pages/references/keyrings.mdx

Lines changed: 0 additions & 285 deletions
This file was deleted.

fern/docs/pages/references/keyrings/introduction.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,20 @@ Think of keyrings as secure vaults within your snap-in, acting as a middleman be
3131

3232
* **User Level:** Securely store credentials specific to individual users, allowing them to connect their own accounts to external services through your snap-in.
3333
* **Organization Level:** Share credentials across your organization for access to a single, shared account for an external service.
34+
35+
**Syntax:**
36+
```yaml
37+
keyrings:
38+
organization:
39+
- name: <name of the keyring>
40+
display_name: <display name of the keyring>
41+
description: <description of the keyring>
42+
types:
43+
- <id of the keyring type>
44+
user:
45+
- name: <name of the keyring>
46+
display_name: <display name of the keyring>
47+
description: <description of the keyring>
48+
types:
49+
- <id of the keyring type>
50+
```

0 commit comments

Comments
 (0)