Skip to content
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

Register disable_signing first to ensure proper usage #7358

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

nateprewitt
Copy link
Member

This PR will ensure we register the disable_signing event handler first when the flag --no-sign-request global arg is passed. This is to avoid race conditions with other handlers for a response when choosing an appropriate signer.

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2022

Codecov Report

Merging #7358 (b276e6a) into develop (de97932) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           develop   #7358      +/-   ##
==========================================
- Coverage     0.08%   0.08%   -0.01%     
==========================================
  Files          205     205              
  Lines        16452   16481      +29     
==========================================
  Hits            14      14              
- Misses       16438   16467      +29     
Impacted Files Coverage Δ
awscli/customizations/globalargs.py 0.00% <0.00%> (ø)
awscli/clidocs.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nateprewitt nateprewitt merged commit ea4441a into develop Oct 24, 2022
@nateprewitt nateprewitt deleted the this_but_first branch October 24, 2022 23:23
aws-sdk-python-automation added a commit that referenced this pull request Oct 25, 2022
* release-1.26.0:
  Bumping version to 1.26.0
  Add changelog entries from botocore
  Update changelog based on model updates
  Update signing handler and tests for MRAP (#7358)
Copy link

@St0nersdash St0nersdash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

ConnorKirk pushed a commit to ConnorKirk/aws-cli that referenced this pull request Oct 28, 2022
godd9170 pushed a commit to godd9170/aws-cli that referenced this pull request Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants