This repository was archived by the owner on Mar 23, 2026. It is now read-only.
CFn: ecr repo uses request account and region#13156
Merged
Conversation
LocalStack Community integration with Pro2 files 2 suites 34s ⏱️ Results for commit 39dbf3b. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 8m 51s ⏱️ Results for commit 39dbf3b. |
dfangl
approved these changes
Sep 17, 2025
Member
dfangl
left a comment
There was a problem hiding this comment.
LGTM, nice that this is caught!
Test Results (amd64, MA/MR) - Integration, Bootstrap 5 files ± 0 5 suites ±0 10m 40s ⏱️ - 2h 25m 59s Results for commit 39dbf3b. ± Comparison against base commit ad5b369. This pull request removes 5018 tests. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
While implementing some fixes for the ECR repository in #13146, we broke the multi-account/multi-region pipeline. It turns out the ECR repository resoure provider hard-codes the account id
000000000000and regionus-east-1in its response. I presume this has not been caught before as it is not asserted anywhere in the tests?Changes
Testing
No additional tests have been added, but a green CI run with both the normal integration tests and MA/MR pipeline is enough to validate this behaviour.
MA/MR test run