mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update the tutorial links (#30630)
This commit is contained in:
parent
c73ee6d0c6
commit
fd5c044c82
3 changed files with 10 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue