Skip to content

Commit c4be16c

Browse files
[DOCS] Update the page description for SEO improvement #4 (#29166)
* Update the page description to improve SEO * Minor updates * Update setup.mdx * Update setup.mdx * Update website/content/docs/secrets/ad/migration-guide.mdx Co-authored-by: Jonathan Frappier <[email protected]> * Update website/content/docs/secrets/ad/index.mdx Co-authored-by: Jonathan Frappier <[email protected]> * Update website/content/docs/secrets/ad/index.mdx Co-authored-by: Jonathan Frappier <[email protected]> --------- Co-authored-by: Jonathan Frappier <[email protected]>
1 parent 11708f1 commit c4be16c

File tree

11 files changed

+22
-25
lines changed

11 files changed

+22
-25
lines changed

website/content/docs/secrets/ad/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: docs
3-
page_title: Active Directory - Secrets Engines
3+
page_title: Active Directory secrets engine
44
description: >-
5-
The Active Directory secrets engine allowing Vault to generate dynamic credentials.
5+
Dynamically generate Active Directory (AD) credentials with the Active Directory secrets engine plugin.
66
---
77

8-
# Active directory secrets engine
8+
# Active Directory secrets engine
99

1010
@include 'ad-secrets-deprecation.mdx'
1111

website/content/docs/secrets/ad/migration-guide.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
page_title: Migration Guide - Active Directory - Secrets Engines
3+
page_title: Migration guide - Active Directory secrets engine
44
description: >-
55
The guide for migrating from the Active Directory secrets engine to the LDAP secrets engine.
66
---

website/content/docs/secrets/identity/identity-token.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: docs
3-
page_title: Identity Tokens
4-
description: Details and best practices for identity tokens.
3+
page_title: Identity tokens
4+
description: >-
5+
Understand the roles and keys associated with identity tokens, and configure per-role templates that allow entity information to be added to the token.
56
---
67

78
# Identity tokens
89

9-
## Introduction
10-
1110
Identity information is used throughout Vault, but it can also be exported for
1211
use by other applications. An authorized user/application can request a token
1312
that encapsulates identity information for their associated entity. These

website/content/docs/secrets/identity/index.mdx

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
layout: docs
3-
page_title: Identity - Secrets Engines
4-
description: The Identity secrets engine for Vault manages client identities.
3+
page_title: Identity secrets engine
4+
description: >-
5+
Manage Vault client identities with the identity secrets engine. An entity represents a unique client which can have multiple aliases tied back to it.
56
---
67

78
# Identity secrets engine
89

9-
Name: `identity`
10-
11-
The Identity secrets engine is the identity management solution for Vault. It
10+
The identity secrets engine is the identity management solution for Vault. It
1211
internally maintains the clients who are recognized by Vault. Each client is
1312
internally termed as an `Entity`. An entity can have multiple `Aliases`. For
1413
example, a single user who has accounts in both GitHub and LDAP, can be mapped

website/content/docs/secrets/identity/oidc-provider.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
page_title: OIDC Identity Provider
3+
page_title: OIDC identity provider
44
description: >-
55
Setup and configuration for Vault as an OpenID Connect (OIDC) identity provider.
66
---

website/content/docs/secrets/key-management/awskms.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
3-
page_title: AWS KMS - Key Management - Secrets Engines
4-
description: AWS KMS is a supported KMS provider of the Key Management secrets engine.
3+
page_title: AWS KMS
4+
description: Manage the lifecycle of keys in AWS KMS with the Key Management secrets engine plugin.
55
---
66

77
# AWS KMS

website/content/docs/secrets/key-management/azurekeyvault/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
3-
page_title: Azure Key Vault - Key Management - Secrets Engines
4-
description: Key management secrets engine supports lifecycle management of keys in Azure Key Vault instances.
3+
page_title: Azure Key Vault
4+
description: Manage the lifecycle of keys in Azure Key Vault instances with the Key Management secrets engine plugin.
55
---
66

77
# Azure Key Vault

website/content/docs/secrets/key-management/azurekeyvault/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
page_title: Azure Key Vault setup guide
3+
page_title: Setup guide - Azure Key Vault
44
description: Configure the key management secrets engine, and distribute the Vault-managed keys to the target Azure Key Vault instance.
55
---
66

website/content/docs/secrets/key-management/gcpkms/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
3-
page_title: GCP Cloud KMS - Key Management - Secrets Engines
4-
description: Key management secrets engine supports lifecycle management of keys in GCP Cloud KMS key rings.
3+
page_title: GCP Cloud KMS
4+
description: Manage the lifecycle of keys in GCP Cloud KMS key rings with the Key Management secrets engine plugin.
55
---
66

77
# GCP Cloud KMS

website/content/docs/secrets/key-management/gcpkms/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
page_title: GCP Cloud KMS - Key Management - Secrets Engines
3+
page_title: Setup guide - GCP Cloud KMS
44
description: Configure the key management secrets engine, and distribute the Vault-managed keys to the target GCP Cloud KMS.
55
---
66

website/content/docs/secrets/key-management/index.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: docs
3-
page_title: Key Management - Secrets Engines
3+
page_title: Key management secrets engine
44
description: >-
5-
The key management secrets engine provides a consistent workflow for distribution and lifecycle
6-
management of cryptographic keys in various key management service (KMS) providers.
5+
Create a consistent workflow for distribution and lifecycle management of cryptographic keys in various key management service (KMS) providers.
76
---
87

98
# Key management secrets engine

0 commit comments

Comments
 (0)