mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Support GET requests for aws-iam This is required to support presigned requests from aws-sdk-go-v2 * Add GET method tests for aws-iam auth login path * Update Website Documenation * Validate GET action even if iam-server header is not set * Combine URL checks * Add const amzSignedHeaders to aws credential builtin * Add test for multiple GET request actions * Add Changelog Entry --------- Co-authored-by: Max Coulombe <109547106+maxcoulombe@users.noreply.github.com>
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
```release-note:improvement
|
|
auth/aws: Added support for signed GET requests for authenticating to vault using the aws iam method.
|
|
```
|