Commit Graph

14 Commits

Author SHA1 Message Date
Euan Kemp
8857ea55b3 docs/api-types: mention ambient credentials 2018-03-24 14:13:19 -07:00
Matt Moyer
1236a93d1e Allow non-static AWS credentials for Route 53.
This change maintains backwards compatibility, but makes the `accessKeyID` and `secretAccessKeySecretRef` fields of the `route53` DNS provider optional.
If not provided, AWS credentials will be loaded from `AWS_*` environment variables or the EC2 metadata service.
This should also work for things that impersonate the EC2 metadata service, such as [kube2iam](https://github.com/jtblin/kube2iam) and [kail](https://github.com/uswitch/kiam).

Signed-off-by: Matt Moyer <moyer@heptio.com>
2018-03-23 14:30:42 -07:00
James Munnelly
6215ff692c
Add missing apiVersion to Issuer sample docs 2018-03-08 13:17:36 +00:00
Will Medlar
ffeedf7d5d Remove non-recommended hostedZoneID from Route53 example 2018-03-01 09:21:13 -05:00
Will Medlar
b65cdde8a9 Document the minimum permissions for using cert-manager with Route53 2018-02-27 14:56:21 -05:00
Szymon Kodrebski
6696e4529b Added comments for using hostedZoneID field with route53 provider 2017-10-24 13:43:59 +02:00
Szymon Kodrebski
7085fa25bf Added route53 provider to Issuer example. Created ClusterIssuer example 2017-10-24 09:10:08 +02:00
James Munnelly
7060fb5019 http-01 -> http01, dns-01 -> dns01 2017-10-13 16:45:04 +01:00
James Munnelly
c7a83606ce Merge pull request #115 from jetstack-experimental/explicity-challenge-mech
Add HTTP01 field to issuer.spec. Default HTTP01 challenges to disabled.
2017-10-13 15:37:39 +01:00
James Munnelly
ddb45bfab4 Update documentation examples 2017-10-13 15:29:31 +01:00
Luke Addison
cbc3cb9e83 Add certificate README.md 2017-10-13 14:31:10 +01:00
James Munnelly
1f71106c04 Update docs example 2017-10-13 12:14:23 +01:00
James Munnelly
04ade0e687 Update documentation examples 2017-10-13 11:54:09 +01:00
James Munnelly
b18d1e44a0 Update documentation 2017-10-13 00:36:17 +01:00