1. 01 Feb, 2024 1 commit
  2. 31 Jan, 2024 3 commits
  3. 30 Jan, 2024 1 commit
  4. 02 Nov, 2023 1 commit
  5. 05 Jun, 2022 1 commit
  6. 04 Jun, 2022 1 commit
  7. 12 May, 2022 3 commits
  8. 02 Aug, 2021 1 commit
  9. 17 Aug, 2020 1 commit
  10. 24 Feb, 2020 1 commit
  11. 30 Jan, 2020 1 commit
  12. 28 Oct, 2019 1 commit
  13. 25 Oct, 2019 1 commit
  14. 21 May, 2019 1 commit
  15. 02 Apr, 2019 1 commit
  16. 29 Mar, 2019 2 commits
  17. 07 Aug, 2018 1 commit
  18. 21 Feb, 2018 1 commit
    • Mal Graty's avatar
      Pull AWS creds from container role · f49f55f4
      Mal Graty authored
      Extend the AWS DNS API driver to support ECS container metadata by using
      the special environment variable ECS sets in containers.
      f49f55f4
  19. 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
  20. 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
  21. 14 Feb, 2018 1 commit
  22. 13 Feb, 2018 3 commits
  23. 18 Jan, 2018 1 commit
  24. 16 Jan, 2018 1 commit
  25. 15 Jan, 2018 1 commit
  26. 11 Oct, 2017 1 commit
  27. 08 Jul, 2017 2 commits
  28. 05 May, 2017 1 commit
  29. 04 Apr, 2017 3 commits