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

[SRA] Update service clients to remove usage of fallback credentials factory #3546

Conversation

muhammad-othman
Copy link
Member

@muhammad-othman muhammad-othman commented Nov 6, 2024

Description

  • Remove the usage of FallbackCredentialFactory in service client constructors (limited to AutoScaling service for now to avoid huge merge conflicts later).
  • Rename AmazonServiceClient.Credentials to be DefaultAWSCredentials.
  • Added new IdentityResolverConfiguration property to the client config.
  • Marked the ClientConfig.AWSTokenProvider property as obsolete.

TODO: Remove the creation of the Signer property (will work on this part while updating the signer handler).

Motivation and Context

DOTNET-7538

@muhammad-othman muhammad-othman force-pushed the muhamoth/DOTNET-7538-sra-remove-fallbackcredentialsfactory-from-serviceclients branch from ac78a48 to a7af869 Compare November 6, 2024 18:56
@muhammad-othman muhammad-othman merged commit cb3e18a into sra-identity-auth Nov 8, 2024
1 check passed
@dscpinheiro dscpinheiro deleted the muhamoth/DOTNET-7538-sra-remove-fallbackcredentialsfactory-from-serviceclients branch November 8, 2024 20:16
muhammad-othman added a commit that referenced this pull request Nov 25, 2024
…factory (#3546)

Update service clients to remove usage of fallback credentials factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants