From fd5c044c821edc7d21edf97b9cb66716661b29e2 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Wed, 14 May 2025 15:22:41 -0700 Subject: [PATCH] Update the tutorial links (#30630) --- website/content/docs/plugins/index.mdx | 8 +++++++- website/content/docs/secrets/databases/index.mdx | 6 ++---- website/content/docs/secrets/databases/mongodb.mdx | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/website/content/docs/plugins/index.mdx b/website/content/docs/plugins/index.mdx index c4c26f790a..e24b289b38 100644 --- a/website/content/docs/plugins/index.mdx +++ b/website/content/docs/plugins/index.mdx @@ -151,4 +151,10 @@ Vault reserves the `+builtin` metadata identifier for built-in plugins. You cannot use the `+builtin` string when manually registering an external plugin. - \ No newline at end of file + + +## Tutorial + +Refer to the [custom secrets engines](/vault/tutorials/custom-secrets-engine) +tutorials to build a custom secrets engine to rotate your own tokens, passwords, +and more with Vault. \ No newline at end of file diff --git a/website/content/docs/secrets/databases/index.mdx b/website/content/docs/secrets/databases/index.mdx index a8436706ed..5622da46da 100644 --- a/website/content/docs/secrets/databases/index.mdx +++ b/website/content/docs/secrets/databases/index.mdx @@ -415,10 +415,8 @@ to provision dynamic credentials capable of accessing DynamoDB. ## Tutorial -Refer to the following step-by-step tutorials for more information: - -- [Secrets as a Service: Dynamic Secrets](/vault/tutorials/db-credentials/database-secrets) -- [Database Root Credential Rotation](/vault/tutorials/db-credentials/database-root-rotation) +Refer to the [database credential management](/vault/tutorials/db-credentials) +tutorials to learn how to manage database credential lifecycle with Vault. ## API diff --git a/website/content/docs/secrets/databases/mongodb.mdx b/website/content/docs/secrets/databases/mongodb.mdx index ce58e2aecd..81a690b5d4 100644 --- a/website/content/docs/secrets/databases/mongodb.mdx +++ b/website/content/docs/secrets/databases/mongodb.mdx @@ -102,7 +102,7 @@ for more information. ## Tutorial -Refer to [Database Secrets Engine tutorial](/vault/tutorials/db-credentials/database-secrets) for a +Refer to the [database credential management](/vault/tutorials/db-credentials) tutorials for a step-by-step example of using the database secrets engine. ## API