-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Create Elasticache credentials provider lazily (#9967)
## Problem The credentials providers tries to connect to AWS STS even when we use plain Redis connections. ## Summary of changes * Construct the CredentialsProvider only when needed ("irsa").
- Loading branch information
Showing
2 changed files
with
53 additions
and
47 deletions.
There are no files selected for viewing
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
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
1b60571
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7144 tests run: 6825 passed, 1 failed, 318 skipped (full report)
Failures on Postgres 16
test_ingest_logical_message[github-actions-selfhosted-fsync-131072]
: release-x86-64Flaky tests (5)
Postgres 17
test_cli_start_stop
: release-arm64Postgres 15
test_prefetch[4]
: release-x86-64Postgres 14
test_prefetch[4]
: release-x86-64, release-arm64test_pull_timeline[True]
: release-x86-64Code coverage* (full report)
functions
:30.4% (8272 of 27228 functions)
lines
:47.7% (65209 of 136588 lines)
* collected from Rust tests only
1b60571 at 2024-12-02T17:39:20.886Z :recycle: