-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aws service): use http client when building assume role for Acces…
…sKey (#20285) * Use http client when building assume role for AccessKey. Signed-off-by: Stephen Wakely <[email protected]> * Added changelog. Signed-off-by: Stephen Wakely <[email protected]> * Add custom http connector for file auth. Signed-off-by: Stephen Wakely <[email protected]> * Formatting Signed-off-by: Stephen Wakely <[email protected]> --------- Signed-off-by: Stephen Wakely <[email protected]>
- Loading branch information
1 parent
fae2ebf
commit 1b0bdcf
Showing
2 changed files
with
52 additions
and
20 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
changelog.d/20282_aws_access_key_id_and_assume_role_auth.fix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Vector would panic when attempting to use a combination af `access_key_id` and | ||
`assume_role` authentication with the AWS components. This error has now been | ||
fixed. | ||
|
||
authors: StephenWakely |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters