Update the tutorial links (#30630)

This commit is contained in:
Yoko Hyakuna 2025-05-14 15:22:41 -07:00 committed by GitHub
parent c73ee6d0c6
commit fd5c044c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -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.
</Note>
</Note>
## 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.

View file

@ -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

View file

@ -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