Mike Dalrymple
719adc3964
route53: fix example ( #2100 )
2024-02-03 02:36:43 +00:00
Ludovic Fernandez
3cefc7a51b
chore: fix grammar and typo ( #1978 )
...
Co-authored-by: Dominik Menke <git@dmke.org>
2023-07-29 12:59:24 +02:00
Ludovic Fernandez
f582d12f65
route53: avoid unexpected records deletion ( #1976 )
...
Co-authored-by: David King <king.c.david@googlemail.com>
2023-07-27 18:56:40 +00:00
Ludovic Fernandez
fc47c35e89
chore: migrate to aws-sdk-go-v2 (lightsail, route53) ( #1973 )
2023-07-27 12:15:26 +02:00
Julien Vdbc
8d8a3c1ccd
route53: pass ExternalID property to STS:AssumeRole API operation ( #1918 )
2023-05-26 20:26:40 +00:00
Chris Marchesi
fc8e49b340
route53: minor correction to documentation ( #1916 )
2023-05-17 16:42:06 +00:00
Ludovic Fernandez
aeec5be129
chore: refactor clients ( #1868 )
2023-05-05 09:49:38 +02:00
Ludovic Fernandez
e638d79643
chore: replace GetRecord by GetChallengeInfo ( #1863 )
2023-03-07 09:39:05 +01:00
saltiyazan
5ff9695c09
route53: add CLI example ( #1814 )
2023-01-20 15:32:33 +00:00
Chris Marchesi
0122506c23
route53: Allow static credentials to be supplied ( #1746 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-01-15 22:50:35 +00:00
Paul Galow
6c75aaa9a4
Route 53: Update IAM policy example to grant least privilege access ( #1727 )
2022-10-12 18:42:06 +00:00
Ludovic Fernandez
409b3c9959
feat: update to go1.18 ( #1700 )
2022-08-22 15:05:31 +00:00
nonchan
d95b487af1
route53: add assume role ARN ( #1650 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-05-27 18:32:39 +02:00
Ludovic Fernandez
e719fabe96
chore: homogeneous tests setup and close servers. ( #1520 )
2021-11-01 23:52:38 +00:00
Ludovic Fernandez
6e982d65ff
chore: update dependencies ( #1453 )
2021-07-12 09:27:49 +02:00
Clement Jean
2a194d6ab9
aws: detailed credentials ( #1439 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-06-28 01:31:18 +00:00
Ludovic Fernandez
52ad9d72e8
chore: update linter ( #1367 )
2021-03-04 19:16:59 +00:00
Ludovic Fernandez
af01844596
chore: update linter. ( #1325 )
2020-12-28 23:39:00 +01:00
Fernandez Ludovic
2582acc932
feat: changes module version.
2020-09-02 20:38:01 +02:00
Ludovic Fernandez
6b00497f34
chore: update linter. ( #1214 )
2020-07-10 01:48:18 +02:00
Julian Calaby
47ed092fca
Document all AWS credential environment variables ( #1171 )
2020-05-30 14:00:57 +02:00
Ludovic Fernandez
6043c9347c
chore: update linter. ( #1145 )
2020-05-08 19:35:25 +02:00
Ludovic Fernandez
403070dd9b
Standardization of the definition of env vars. ( #1082 )
2020-03-11 23:51:10 +01:00
Ludovic Fernandez
2da1ce06ea
chore: wrap errors. ( #1070 )
2020-02-27 19:14:45 +01:00
Aidan Steele
87e770cc02
route53: allow custom client to be provided ( #1050 )
2020-02-01 12:10:40 +01:00
Ludovic Fernandez
6001372a91
doc: improve Route53 documentation. ( #1036 )
2020-01-09 09:12:27 +01:00
Ludovic Fernandez
cf879d0b3c
fix: typos. ( #954 )
2019-08-20 18:40:41 +02:00
Fernandez Ludovic
e7a90b9471
chore: migrate to go module (v3.0.0)
...
- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
2019-08-07 14:07:47 +02:00
Ludovic Fernandez
7c680a2438
Adds 'Since' to DNS providers documentation ( #854 )
2019-04-17 21:32:38 +02:00
Ludovic Fernandez
6878dbbeba
doc: enhance Route53 documentation. ( #853 )
2019-04-17 20:58:34 +02:00
Ludovic Fernandez
3edb75872d
chore: migrate to new org. ( #824 )
2019-03-11 17:56:48 +01:00
Ludovic Fernandez
219222fdda
Use canonical imports ( #822 )
...
* fix: challenge are not required for revoke.
2019-03-11 16:54:35 +01:00
Ludovic Fernandez
62fea05e21
Automatic generation of documentation ( #818 )
...
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00
Ludovic Fernandez
820c2b7531
gcloud: fix for wildcard ( #740 )
2018-12-22 00:53:05 +01:00
Ludovic Fernandez
42941ccea6
Refactor the core of the lib ( #700 )
...
- Packages
- Isolate code used by the CLI into the package `cmd`
- (experimental) Add e2e tests for HTTP01, TLS-ALPN-01 and DNS-01, use [Pebble](https://github.com/letsencrypt/pebble ) and [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv )
- Support non-ascii domain name (punnycode)
- Check all challenges in a predictable order
- No more global exported variables
- Archive revoked certificates
- Fixes revocation for subdomains and non-ascii domains
- Disable pending authorizations
- use pointer for RemoteError/ProblemDetails
- Poll authz URL instead of challenge URL
- The ability for a DNS provider to solve the challenge sequentially
- Check all nameservers in a predictable order
- Option to disable the complete propagation Requirement
- CLI, support for renew with CSR
- CLI, add SAN on renew
- Add command to list certificates.
- Logs every iteration of waiting for the propagation
- update DNSimple client
- update github.com/miekg/dns
2018-12-06 22:50:17 +01:00
Ludovic Fernandez
4d21f8eec1
Add a test helper to manage env vars. ( #675 )
2018-10-16 17:52:57 +02:00
Ludovic Fernandez
122c354163
Homogenization of the DNS provider tests ( #671 )
...
* refactor: min TTL
* refactor: sandbox.
* refactor: tests homogenization.
* refactor: missing require.
2018-10-12 19:29:18 +02:00
Ludovic Fernandez
20d50a559f
route53: fix challenge. ( #665 )
2018-10-09 19:03:07 +02:00
Matt Farmer
fa455bc037
Add support for reading DNS provider setup from files ( #535 )
2018-10-06 15:33:15 +02:00
Ludovic Fernandez
ad20bf90ff
Migrate to golangci-lint ( #644 )
...
* refactor: linting.
- errcheck
- govet
- golint
- goconst
- spellcheck
- ...
* refactor: migrate from gometalinter to golangci-lint.
2018-09-24 19:07:20 +00:00
Ludovic Fernandez
bba134ce87
Allow to configure TTL, interval and timeout ( #634 )
...
* feat: add GetOrDefaultXXX methods.
* refactor: configuration (alidns).
* refactor: configuration (azure).
* refactor: configuration (auroradns).
* refactor: configuration (bluecat).
* refactor: configuration (cloudflare).
* refactor: configuration (digitalocean).
* refactor: configuration (dnsimple).
* refactor: configuration (dnmadeeasy).
* refactor: configuration (dnspod).
* refactor: configuration (duckdns).
* refactor: configuration (dyn).
* refactor: configuration (exoscale).
* refactor: configuration (fastdns).
* refactor: configuration (gandi).
* refactor: configuration (gandiv5).
* refactor: configuration (gcloud).
* refactor: configuration (glesys).
* refactor: configuration (godaddy).
* refactor: configuration (iij).
* refactor: configuration (lightsail).
* refactor: configuration (linode).
* refactor: configuration (namecheap).
* refactor: configuration (namedotcom).
* refactor: configuration (netcup).
* refactor: configuration (nifcloud).
* refactor: configuration (ns1).
* refactor: configuration (otc).
* refactor: configuration (ovh).
* refactor: configuration (pdns).
* refactor: configuration (rackspace).
* refactor: configuration (rfc2136).
* refactor: configuration (route53).
* refactor: configuration (sakuracloud).
* refactor: configuration (vegadns).
* refactor: configuration (vultr).
2018-09-15 19:07:24 +02:00
NicoMen
035c27cdb7
Check error to avoid panic due to nil client ( #631 )
2018-09-10 09:52:43 +02:00
Conor Mongey
ef7cd04002
Route53: Make it possible to configure from the env ( #603 )
2018-09-08 13:49:24 +02:00
Conor Mongey
8b6701514c
Route53: make provider timeouts configurable ( #588 )
2018-07-18 17:37:35 +02:00
Ludovic Fernandez
c4bbb4b819
Review DNS providers. ( #565 )
...
* refactor: review DNS providers.
2018-06-11 17:32:50 +02:00
Ludovic Fernandez
e7fd871a9c
ACME V2 support ( #555 )
2018-05-30 19:53:04 +02:00
Johannes Ebke
b2c4f3c84e
route53: Use NewSessionWithOptions instead of deprecated New. Fixes #458 . ( #528 )
2018-04-12 07:08:23 -06:00
James Nugent
b2aab0377c
dns/route53: Allow specifying hosted zone ID ( #345 )
...
* dns/route53: Allow specifying hosted zone ID
This commit adds support for specifying hosted zone ID via the
environment variable AWS_HOSTED_ZONE_ID. If this is not specified, the
previous discovery process is used.
This is useful in environments where multiple hosted zones for the same
domain name are present in an account.
* dns/route53: Fix up getHostedZoneID method params
Now that getHostedZoneID is a method on the DNSProvider struct, there is
no reason for it to take the Route53 client as a parameter - we can
simply use the reference stored in the struct.
2017-07-17 21:50:53 +02:00
Chris Marchesi
64f8e0d225
providers/dns/route53: Adjust DNS challenge TTL to 10 seconds
...
While more than likely never to come up in a real-world situation,
during renewal integration testing a value of 120 seconds has
proven to be too high (the old challenge record has not expired
by the time the new one is created).
2016-06-17 16:07:37 -07:00
JanB
4d9e4f1487
Make sure we don't provision to a private hosted zone
...
Route 53 allows multiple zones with the same name to co-exist in an
account. The most common use case for this is a split-view DNS with one
private and one public zone for the same domain name. This patch makes
sure we don’t ever provision the authorization record to the private
zone.
The other case where a user has multiple public zones with the same
name is not covered here since this would require a bigger change in
code in order to determine which of the zones is active from the
viewpoint of the internet. Also this is probably an edge use case that
can be addressed once it comes up in the issues.
2016-04-21 15:47:43 +02:00