1. 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
  2. 14 Feb, 2018 1 commit
  3. 13 Feb, 2018 3 commits
  4. 18 Jan, 2018 1 commit
  5. 16 Jan, 2018 1 commit
  6. 15 Jan, 2018 1 commit
  7. 11 Oct, 2017 1 commit
  8. 08 Jul, 2017 2 commits
  9. 05 May, 2017 1 commit
  10. 04 Apr, 2017 3 commits
  11. 03 Apr, 2017 1 commit
  12. 15 Mar, 2017 1 commit
  13. 19 Feb, 2017 1 commit
  14. 10 Feb, 2017 1 commit
  15. 05 Feb, 2017 1 commit
    • neilpang's avatar
      exe · b4325026
      neilpang authored
      b4325026
  16. 31 Jan, 2017 2 commits
  17. 30 Jan, 2017 1 commit
  18. 13 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      shellcheck: fix several occurences of SC2034 · 3ca93f4a
      Bastian Bittorf authored
      
      
      message:
      SC2034: $VARNAME appears unused. Verify it or export it.
      
      most of these are related to the style:
      we generate global vars, which are used in other functions.
      
      the var "lexical_url" was really unused (left it as comment)
      
      the travis-check now does not need anymore special flags.
      Signed-off-by: default avatarBastian Bittorf <bb@npl.de>
      3ca93f4a
  19. 06 Jan, 2017 1 commit
  20. 14 Dec, 2016 1 commit
  21. 07 Dec, 2016 1 commit
  22. 06 Dec, 2016 1 commit
  23. 04 Dec, 2016 1 commit
    • Marcello Barnaba's avatar
      Fix Route53 API consumer · c12be766
      Marcello Barnaba authored
      Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.
      
      This change splits the XML in multiple lines, so that parsing can succeed.
      c12be766
  24. 20 Nov, 2016 3 commits