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 AWS credentials from disk (#14382) #14460

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 5, 2022

  1. Read AWS credentials from disk (trailofbits#14382)

    Other programs can read the AWS key and secret from ~/.aws/credentials
    (or other configuration file), and with this change Algo can as well.
    
    Optional environment variables: AWS_PROFILE, AWS_SHARED_CREDENTIALS_FILE
    
    The file is not read if the credentials are already set as an Ansible
    variable or an environment variable.
    lefth committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ae6bdc9 View commit details
    Browse the repository at this point in the history