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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update aws/rust-runtime/aws-config/test-data/profile-provider/credent…
…ial_process/fs/home/.aws/config

Co-authored-by: John DiSanti <[email protected]>
  • Loading branch information
rcoh and jdisanti committed Apr 20, 2023
commit c800e5c203542a5e3bd062aa12cfd4e65159df9e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[default]
source_profile = base
# base64 encoded to prevent triggering the secret scanner
# these fake credentials are base64 encoded to prevent triggering the unit test that scans logs for secrets
credential_process = echo eyAiVmVyc2lvbiI6IDEsICJBY2Nlc3NLZXlJZCI6ICJBU0lBUlRFU1RJRCIsICJTZWNyZXRBY2Nlc3NLZXkiOiAiVEVTVFNFQ1JFVEtFWSIsICJTZXNzaW9uVG9rZW4iOiAiVEVTVFNFU1NJT05UT0tFTiIsICJFeHBpcmF0aW9uIjogIjIwMjItMDUtMDJUMTg6MzY6MDArMDA6MDAiIH0K | base64 --decode

[profile base]
Expand Down