Skip to content

Commit 4bfb027

Browse files
backport of commit fa469f8 (#26122)
Co-authored-by: Max Coulombe <[email protected]>
1 parent bc9c844 commit 4bfb027

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

website/content/docs/sync/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: Secrets sync allows you to safely sync Vault-managed secrets with e
99

1010
<EnterpriseAlert product="vault" />
1111

12-
@include 'alerts/beta.mdx'
13-
1412
In certain circumstances, fetching secrets directly from Vault is impossible or impractical. To help with this challenge,
1513
Vault can maintain a one-way sync for KVv2 secrets into various destinations that are easier to access for some clients.
1614
With this, Vault remains the system of records but can cache a subset of secrets on various external systems acting as

website/data/docs-nav-data.json

+9-14
Original file line numberDiff line numberDiff line change
@@ -1639,12 +1639,7 @@
16391639
"routes": [
16401640
{
16411641
"title": "Overview",
1642-
"path": "sync",
1643-
"badge": {
1644-
"text": "BETA",
1645-
"type": "outlined",
1646-
"color": "highlight"
1647-
}
1642+
"path": "sync"
16481643
},
16491644
{
16501645
"title": "AWS Secrets Manager",
@@ -2636,14 +2631,14 @@
26362631
{
26372632
"title": "Replication",
26382633
"routes": [
2639-
{
2640-
"title": "Overview",
2641-
"path": "enterprise/replication"
2642-
},
2643-
{
2644-
"title": "Check for Merkle tree corruption",
2645-
"path": "enterprise/replication/check-merkle-tree-corruption"
2646-
}
2634+
{
2635+
"title": "Overview",
2636+
"path": "enterprise/replication"
2637+
},
2638+
{
2639+
"title": "Check for Merkle tree corruption",
2640+
"path": "enterprise/replication/check-merkle-tree-corruption"
2641+
}
26472642
]
26482643
},
26492644
{

0 commit comments

Comments
 (0)