-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_ssm - split S3 region/endpoint discovery into dedicated function #1674
Merged
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:main
from
tremble:aws_ssm/cross_region
Jan 23, 2023
Merged
aws_ssm - split S3 region/endpoint discovery into dedicated function #1674
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:main
from
tremble:aws_ssm/cross_region
Jan 23, 2023
Conversation
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 comment was marked as resolved.
This comment was marked as resolved.
tremble
force-pushed
the
aws_ssm/cross_region
branch
from
January 23, 2023 14:16
437cd01
to
ae0f5ac
Compare
ansibullbot
added
bug
This issue/PR relates to a bug
community_review
connection
connection plugin
integration
tests/integration
needs_triage
plugins
plugin (any type)
tests
tests
labels
Jan 23, 2023
markuman
approved these changes
Jan 23, 2023
alinabuzachis
approved these changes
Jan 23, 2023
tremble
added
mergeit
Merge the PR (SoftwareFactory)
backport-5
PR should be backported to the stable-5 branch
labels
Jan 23, 2023
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1677 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Jan 23, 2023
…1674) aws_ssm - split S3 region/endpoint discovery into dedicated function Depends-On: #1670 SUMMARY fixes: #1616 Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015) ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 8237ebb)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this pull request
Jan 23, 2023
…1674) (#1677) [PR #1674/8237ebb7 backport][stable-5] aws_ssm - split S3 region/endpoint discovery into dedicated function This is a backport of PR #1674 as merged into main (8237ebb). Depends-On: #1670 SUMMARY fixes: #1616 Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015) ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-5
PR should be backported to the stable-5 branch
bug
This issue/PR relates to a bug
community_review
connection
connection plugin
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
needs_triage
plugins
plugin (any type)
tests
tests
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.
Depends-On: #1670
SUMMARY
fixes: #1616
Newer AWS regions don't generate valid presigned URLs unless you explicitly pass the endpoint_url for the region (see also boto/boto3#3015)
ISSUE TYPE
COMPONENT NAME
aws_ssm
ADDITIONAL INFORMATION