cert-manager/docs
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
..
api-types Allow non-static AWS credentials for Route 53. 2018-03-23 14:30:42 -07:00
deploy Upgrade chart version to 0.2.5 2018-03-16 08:56:48 +01:00
devel docs/devel: add 'deploy to minikube' docs 2018-03-05 17:09:50 -08:00
examples docs/examples: fix typo in example cert 2018-03-05 17:09:51 -08:00
user-guides Merge pull request #376 from jetstack/munnerz-patch-1 2018-03-12 10:28:16 +00:00
high-level-overview.png Add high level overview diagram 2017-09-04 15:52:37 +01:00
README.md Add links to new documentation content 2018-01-18 17:44:05 +00:00

cert-manager documentation

This is the extended documentation page for cert-manager, containing detailed specification of API types, user guides, and developer documentation.

It is split into these three sections for easier navigation.

API types

User guides

Developer docs

Developer documentation can be found in the devel/ directory (coming soon).