mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Fix link formatting in Vault lambda extension docs (#22396)
* Fix link formatting in Vault lambda extension docs The link pointing to supported lambda runtimes does not use correct markdown formatting so it is not rendered as a link on developer.hashicorp.com. This commit renders it as a link again. * Add changelog entry --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
3
changelog/22396.txt
Normal file
3
changelog/22396.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
website/docs: Fix link formatting in Vault lambda extension docs
|
||||
```
|
||||
@@ -53,7 +53,7 @@ to read secrets, which can both be used side-by-side:
|
||||
- An instance of Vault accessible from AWS Lambda
|
||||
- An authenticated `vault` client
|
||||
- A secret in Vault that you want your Lambda to access, and a policy giving read access to it
|
||||
- Your Lambda function must use one of the [supported runtimes][https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html] for extensions
|
||||
- Your Lambda function must use one of the [supported runtimes](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) for extensions
|
||||
|
||||
#### Step 1. configure Vault
|
||||
|
||||
|
||||
Reference in New Issue
Block a user