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

Add credentials exposure test & fix STS + SSO #2603

Merged
merged 3 commits into from
Apr 20, 2023
Merged

Commits on Apr 20, 2023

  1. Add credentials exposure test & fix STS + SSO

    This adds a test to aws-config that looks for leaked credentials in all of our provider integration tests—since these test use AWS APIs under the hood, this also serves to test AWS services in general.
    
    To support this, `sensitive` was added to the ParseHttpResponse trait and code was generated to take action based on this change.
    rcoh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a71aece View commit details
    Browse the repository at this point in the history
  2. Update aws/rust-runtime/aws-config/test-data/profile-provider/credent…

    …ial_process/fs/home/.aws/config
    
    Co-authored-by: John DiSanti <jdisanti@amazon.com>
    rcoh and jdisanti committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c800e5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75461b9 View commit details
    Browse the repository at this point in the history