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

Read the list of identity resolvers backwards #3359

Closed
wants to merge 1 commit into from
Closed

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Jan 11, 2024

Motivation and Context

Description

When merging RuntimeComponentBuilders, the vecs are appended. However, this means the most recently added auth options are at the end. If sigv4 is provided multiple times, this means that only the original auth scheme will actually be used.

Testing

New UT that fails without this change and passes after.

Checklist

  • I have updated CHANGELOG.next.toml if I made changes to the smithy-rs codegen or runtime crates
  • I have updated CHANGELOG.next.toml if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@rcoh rcoh marked this pull request as ready for review January 11, 2024 20:54
@rcoh rcoh requested a review from a team as a code owner January 11, 2024 20:54
@rcoh
Copy link
Collaborator Author

rcoh commented Jan 12, 2024

closed in favor of #3363

@rcoh rcoh closed this Jan 12, 2024
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.

1 participant