Skip to content

Commit

Permalink
[DOCS] Update the doc title and description for SEO improvements (has…
Browse files Browse the repository at this point in the history
…hicorp#29100)

* Update the doc title and description for SEO improvements

* Update the side-nav name
  • Loading branch information
yhyakuna authored Dec 5, 2024
1 parent c548871 commit 2c78ab9
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 24 deletions.
7 changes: 4 additions & 3 deletions website/content/docs/sync/awssm.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: AWS Secrets Manager - Secrets Sync Destination
description: The AWS Secrets Manager destination syncs secrets from Vault to AWS.
page_title: Sync secrets from Vault to AWS Secrets Manager
description: >-
Automatically sync and unsync the secrets from Vault to AWS Secrets Manager to centralize visibility and control of secrets lifecycle management.
---

# AWS Secrets Manager
# Sync secrets from Vault to AWS Secrets Manager

The AWS Secrets Manager destination enables Vault to sync and unsync secrets of your choosing into
an external AWS account. When configured, Vault will actively maintain the state of each externally-synced
Expand Down
7 changes: 4 additions & 3 deletions website/content/docs/sync/azurekv.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: Azure Key Vault - Secrets Sync Destination
description: The Azure Key Vault destination syncs secrets from Vault to Azure.
page_title: Sync secrets from Vault to Azure Key Vault
description: >-
Automatically sync and unsync the secrets from Vault to Azure Key Vault to centralize visibility and control of secrets lifecycle management.
---

# Azure Key Vault
# Sync secrets from Vault to Azure Key Vault

The Azure Key Vault destination enables Vault to sync and unsync secrets of your choosing into
an external Azure account. When configured, Vault will actively maintain the state of each externally-synced
Expand Down
7 changes: 4 additions & 3 deletions website/content/docs/sync/gcpsm.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: Google Cloud Platform Secret Manager - Secrets Sync Destination
description: The Google Cloud Platform Secret Manager destination syncs secrets from Vault to GCP.
page_title: Sync secrets from Vault to GCP Secret Manager
description: >-
Automatically sync and unsync the secrets from Vault to GCP Secret Manager to centralize visibility and control of secrets lifecycle management.
---

# Google Cloud Platform Secret Manager
# Sync secrets from Vault to GCP Secret Manager

The Google Cloud Platform (GCP) Secret Manager sync destination allows Vault to safely synchronize secrets to your GCP projects.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
Expand Down
9 changes: 6 additions & 3 deletions website/content/docs/sync/github.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: GitHub - Secrets Sync Destination
description: The GitHub destination syncs secrets from Vault to GitHub.
page_title: Sync secrets from Vault to GitHub
description: >-
Automatically sync and unsync the secrets from Vault to GitHub to centralize visibility and control of secrets lifecycle management.
---

# GitHub actions secrets
# Sync secrets from Vault to GitHub

The GitHub actions sync destination allows Vault to safely synchronize secrets as GitHub organization, repository, or environment secrets.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
Expand All @@ -23,8 +24,10 @@ Prerequisites:


<Warning title="Pitfalls of using an access token">

Access tokens are tied to a user account and can be revoked at any time, causing disruptions to the sync process.
GitHub applications are long-lived and do not expire. Using a GitHub application for authentication is preferred over using a personal access token.

</Warning>

### Repositories
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/sync/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: docs
page_title: Secrets sync
description: Secrets sync allows you to safely sync Vault-managed secrets with external destinations.
description: >-
Use secrets sync feature to automatically sync Vault-managed secrets with external destinations to centralize secrets lifecycle management.
---


# Secrets sync

<EnterpriseAlert product="vault" />
Expand Down
7 changes: 4 additions & 3 deletions website/content/docs/sync/vercelproject.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: docs
page_title: Vercel Project - Secrets Sync Destination
description: The Vercel Project destination syncs secrets from Vault to Vercel.
page_title: Sync secrets from Vault to Vercel Project
description: >-
Automatically sync and unsync the secrets from Vault to a Vercel project to centralize visibility and control of secrets lifecycle management.
---

# Vercel Project environment variables
# Sync secrets from Vault to Vercel Project

The Vercel Project sync destination allows Vault to safely synchronize secrets as Vercel environment variables.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
Expand Down
13 changes: 6 additions & 7 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,8 +1581,7 @@
},
{
"title": "KV version 2",
"routes":
[
"routes": [
{
"title": "Overview",
"path": "secrets/kv/kv-v2"
Expand Down Expand Up @@ -1823,23 +1822,23 @@
"path": "sync"
},
{
"title": "AWS Secrets Manager",
"title": "Sync to AWS Secrets Manager",
"path": "sync/awssm"
},
{
"title": "Azure Key Vault",
"title": "Sync to Azure Key Vault",
"path": "sync/azurekv"
},
{
"title": "GCP Secret Manager",
"title": "Sync to GCP Secret Manager",
"path": "sync/gcpsm"
},
{
"title": "GitHub",
"title": "Sync to GitHub",
"path": "sync/github"
},
{
"title": "Vercel Project",
"title": "Sync to Vercel Project",
"path": "sync/vercelproject"
}
]
Expand Down

0 comments on commit 2c78ab9

Please sign in to comment.