File tree 2 files changed +9
-16
lines changed
2 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ description: Secrets sync allows you to safely sync Vault-managed secrets with e
9
9
10
10
<EnterpriseAlert product = " vault" />
11
11
12
- @include 'alerts/beta.mdx'
13
-
14
12
In certain circumstances, fetching secrets directly from Vault is impossible or impractical. To help with this challenge,
15
13
Vault can maintain a one-way sync for KVv2 secrets into various destinations that are easier to access for some clients.
16
14
With this, Vault remains the system of records but can cache a subset of secrets on various external systems acting as
Original file line number Diff line number Diff line change 1639
1639
"routes" : [
1640
1640
{
1641
1641
"title" : " Overview" ,
1642
- "path" : " sync" ,
1643
- "badge" : {
1644
- "text" : " BETA" ,
1645
- "type" : " outlined" ,
1646
- "color" : " highlight"
1647
- }
1642
+ "path" : " sync"
1648
1643
},
1649
1644
{
1650
1645
"title" : " AWS Secrets Manager" ,
2636
2631
{
2637
2632
"title" : " Replication" ,
2638
2633
"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
+ }
2647
2642
]
2648
2643
},
2649
2644
{
You can’t perform that action at this time.
0 commit comments