1. 20 Feb, 2018 2 commits
    • Mal Graty's avatar
      Make the instance metadata fetcher self-contained · 759f4f2c
      Mal Graty authored
      This is to provide a clean path to future extension work such as adding
      a _use_container_role function to offer similar support for ECS
      containers.
      
      The $_using_role flag has also been made generic so that future role
      providers can also make use of it.
      759f4f2c
    • Mal Graty's avatar
      Emulate Boto when using role metadata · 693627a8
      Mal Graty authored
      Use the behavior established in the botocore python library to inform
      how and when instance metadata is fetched in an attempt to acquire valid
      AWS credentials.
      
      - Use it as a fallback when no other credentials are provided
      - Set the timeout of metadata requests to 1 second
      693627a8
  2. 19 Feb, 2018 1 commit
    • Mal Graty's avatar
      Let AWS DNS API code pull creds from instance role · 48eaa0e5
      Mal Graty authored
      Add option (AWS_USE_INSTANCE_ROLE) to have the AWS DNS API driver pull
      the necessary credentials from the AWS EC2 instance metadata endpoint
      when required.
      
      This is a non-breaking change as it only takes effect when explicitly
      turned on via the environment variable, and fails safe back to the
      normal code path.
      48eaa0e5
  3. 15 Feb, 2018 10 commits
  4. 14 Feb, 2018 12 commits
  5. 13 Feb, 2018 4 commits
  6. 12 Feb, 2018 3 commits
  7. 11 Feb, 2018 2 commits
  8. 10 Feb, 2018 5 commits
  9. 07 Feb, 2018 1 commit