8000 Comparing googleapis:main...johnkrah-aws:main · googleapis/google-auth-library-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
8000 Loading
base: main
Choose a base ref
...
head repository: johnkrah-aws/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 7, 2023

  1. chore(test): replace AWS creds with fictitious samples (#1324)

    We recommend (1) removing these secrets from code and (2) rotating the
    account access secret key to prevent unauthorized use by anyone who has
    seen the credentials written here. Consider using AWS Secrets Manager to
    store and access credentials, here’s a more detailed explanation
    https://maturitymodel.security.aws.dev/en/2.-foundational/dont-store-secrets-in-code/
    why this is a best practice and a helpful guide
    https://docs.aws.amazon.com/secretsmanager/latest/userguide/hardcoded.html
    how to implement.
    
    Alternately in case these are purely test strings we recommend using a
    recognizably mocked value to assure that there is no accidental
    disclosure of credentials suggested by
    https://docs.aws.amazon.com/STS/latest/APIReference/API_GetAccessKeyInfo.html
    and
    https://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html.
    johnkrah-aws committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    edb15c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    a7fa55a View commit details
    Browse the repository at this point in the history
Loading
0