aboutsummaryrefslogtreecommitdiff
path: root/plugin/route53/setup.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 1-0/+2
2022-05-09[plugin/route53] Cleanup AWS config/credentials setup. (#5370)Gravatar dilyevsky 1-27/+21
2022-03-11[plugin/route53] Deprecate plaintext secret in Corefile for route53 plugin (#...Gravatar Yong Tang 1-0/+1
2021-11-08plugin/route53: Configurable AWS Endpoint (#4963)Gravatar Matt Palmer 1-3/+10
2021-06-07Fix Route53 plugin cannot retrieve ECS Task Role (#4669)Gravatar Licht Takeuchi 1-5/+2
2020-10-24Use cancelable contexts for cloud provider plugin refreshes (#4226)Gravatar Matt Kulka 1-2/+2
2020-09-24For caddy v1 in our org (#4018)Gravatar Miek Gieben 1-1/+1
2020-08-31clouddns,route53: fix lingering goroutines after restart (#4096)Gravatar Miek Gieben 1-9/+10
2019-10-03plugin/route53: remove amazon intialization from init (#3348)Gravatar Miek Gieben 1-12/+6
2019-10-01Remove deprecated function calls flagged by staticcheck (#3333)Gravatar Erfan Besharat 1-1/+7
2019-09-20all: simply registering plugins (#3287)Gravatar Miek Gieben 1-4/+3
2019-08-13plugin/route53: various updates (#3108)Gravatar Miek Gieben 1-14/+11
2019-08-03plugin/route53: make refresh frequency adjustable (#3083)Gravatar Matt Kulka 1-1/+23
2019-07-15plugin/route53: fix IAM credential file (#2983)Gravatar Anshul Sharma 1-1/+5
2019-07-03Fix multiple credentials in route53 (#2859)Gravatar Anshul Sharma 1-30/+29
2019-07-03Update Caddy to 1.0.1, and update import path (#2961)Gravatar Yong Tang 1-1/+1
2019-01-13Default to upstream to self (#2436)Gravatar Miek Gieben 1-8/+3
2018-11-02plugin/route53: make the upstream address in route53 plugin optional. (#2263)Gravatar Jiacheng Xu 1-5/+0
2018-10-10plugin/route53: add split zone support (#2160)Gravatar Can Yucel 1-6/+9
2018-09-25plugins/route53: add AWS credentials file support (#2118)Gravatar Can Yucel 1-3/+27
2018-09-25plugin/route53: add fallthrough (#2132)Gravatar Can Yucel 1-0/+6
2018-09-17[plugin/route53]: Support batch mode operation. (#2050)Gravatar dilyevsky 1-19/+28
2018-01-15Add route53 plugin (#1390)Gravatar Yong Tang 1-0/+89