Commit Graph

827 Commits

Author SHA1 Message Date
Vincent Desjardins
b35343786e Vault issuer support
vault remove duration
2018-05-02 00:45:55 +00:00
Vincent Desjardins
230f59b0ac e2e: add resource's last status to timed out error message 2018-05-02 00:34:46 +00:00
jetstack-bot
098aa9340e
Merge pull request #516 from munnerz/0.3-alpha-2
Update chart for v0.3.2-alpha.2
2018-04-26 13:39:06 +01:00
James Munnelly
63df3bf2c5 Update chart for v0.3.2-alpha.2 2018-04-26 13:10:53 +01:00
jetstack-bot
62c2fd8df9
Merge pull request #502 from munnerz/integrate-ingress-shim
Link ingress-shim into main controller binary
2018-04-26 13:07:06 +01:00
James Munnelly
31fb8aac0c Remove ingress-shim logging code from e2e tests 2018-04-26 12:44:41 +01:00
James Munnelly
fbc0e70230 Bump chart version 2018-04-26 12:44:41 +01:00
James Munnelly
e2a2e32e28 Fix ingress-shim tests 2018-04-26 12:44:41 +01:00
James Munnelly
529e467439 Remove ingressShim args from e2e test chart values 2018-04-26 12:44:41 +01:00
James Munnelly
e6416aa113 Update docs for new chart 2018-04-26 12:44:41 +01:00
James Munnelly
2a88700b51 Run hack/update-deploy-gen.sh 2018-04-26 12:44:40 +01:00
James Munnelly
3adb0f2d09 Update chart with ingressShim specific options 2018-04-26 12:44:40 +01:00
James Munnelly
fdb8f2bf40 Link ingress-shim into main controller binary 2018-04-26 12:44:40 +01:00
jetstack-bot
b43f294a0a
Merge pull request #493 from munnerz/ingress-shim-class
Allow ingressClass to be specified using ingress-shim
2018-04-26 12:41:07 +01:00
jetstack-bot
e68cea7dc3
Merge pull request #517 from munnerz/wc-apex-increase-timeout
Increase timeout for wildcard and apex domain e2e test
2018-04-26 12:37:06 +01:00
James Munnelly
93ac442206 Increase timeout for wildcard and apex domain e2e test 2018-04-26 12:12:32 +01:00
jetstack-bot
5967dad187
Merge pull request #514 from munnerz/dedupe-challenges
Only perform one validation per identifier for a single order at a time
2018-04-26 10:42:06 +01:00
jetstack-bot
44a3708d60
Merge pull request #515 from carlossg/patch-1
Fix typo
2018-04-26 10:02:06 +01:00
Carlos Sanchez
88ae54b7be
Fix typo 2018-04-26 09:31:06 +02:00
James Munnelly
944ed571fc Ensure challenge list gets updated after attempting authzs 2018-04-25 19:02:15 +01:00
James Munnelly
50a4bcfde2 Perform full validation flow for each challenge before checking next one 2018-04-25 19:02:15 +01:00
James Munnelly
5f27ad635b Add e2e test for wildcard with apex domain 2018-04-25 19:02:15 +01:00
James Munnelly
d573e30878 Only perform one validation per identifier for a single order at a time 2018-04-25 19:02:15 +01:00
jetstack-bot
c59900e37d
Merge pull request #512 from munnerz/wc-selection-asterisk
Require asterisk denoted wildcard in acme solver config for wildcard certificates
2018-04-25 19:02:05 +01:00
James Munnelly
4be42080eb Add ACMESolverConfigurationForAuthorization test 2018-04-25 18:17:01 +01:00
James Munnelly
c6e6b39fd2 Require asterisk denoted wildcard in acme solver config for wildcard certs 2018-04-25 17:34:21 +01:00
James Munnelly
7d83e0da2d Add support for the 'Wildcard' field to ACME library 2018-04-25 17:34:21 +01:00
jetstack-bot
d54278fee1
Merge pull request #513 from munnerz/e2e-dns01-regular
Fix and extend DNS01 provider e2e tests
2018-04-25 17:34:05 +01:00
James Munnelly
7569e31b0b Re-add wildcard certificate test 2018-04-25 17:14:06 +01:00
James Munnelly
d0c76e4aab Switch to Let's Encrypt staging endpoint for dns01 tests 2018-04-25 17:11:55 +01:00
James Munnelly
5c60618201 Change existing wildcard cert test to be a regular dns01 test 2018-04-25 16:27:51 +01:00
jetstack-bot
731f7072a6
Merge pull request #504 from munnerz/bump-version
Bump chart and appVersion on master branch
2018-04-23 15:06:03 +01:00
James Munnelly
e6f3cec9b2 Run hack/update-deploy-gen.sh 2018-04-23 14:23:06 +01:00
James Munnelly
9aa7594708 Bump chart and appVersion 2018-04-23 14:23:05 +01:00
jetstack-bot
0b900d73e4
Merge pull request #495 from jetstack/munnerz-patch-1
Remove 'latest' docker image tag
2018-04-23 10:36:03 +01:00
James Munnelly
1a5eef30c1
Remove 'latest' docker image tag 2018-04-19 12:48:54 +01:00
James Munnelly
464cde00bf Fix case where no ingress class is set. Add test case to verify. 2018-04-19 11:50:34 +01:00
James Munnelly
4b072e2ba3 Update unit tests for edit-in-place annotation. 2018-04-19 10:29:21 +01:00
Ben Bettridge
4260fc1336 Add support for annotation 'certmanager.k8s.io/ingress-class' to toggle the use of ingressClass: <value>
Add annotation to the ingress-shim documentation

Remove debug output.

Update documentation errors.

Implement suggestions of using edit-in-place annotation to control behaviour.

Fix reference to editInPlaceAnnotation

Remove the presence of editInPlaceAnnotation from returning true to shouldSync() and relevant test.

Update comment reference to correct annotation name.

Remove tests that relied on annotation impacting result from shouldSync()

Only edit in-place when explicitly requested to do so.

Don't return error if unable to determine Ingress class, continue without setting either ingress or ingressClass.

Update annotation to certmanager.k8s.io/acme-http01-edit-in-place in order to make use case more obvious and have consistent naming.

Update docs to reflect possible values more accurately
2018-04-19 10:26:01 +01:00
jetstack-bot
8485ada4e2
Merge pull request #492 from munnerz/e2e-long-domain
Add e2e test to ensure we can obtain certificates for dnsNames >100 chars
2018-04-19 10:20:42 +01:00
James Munnelly
c876f00c7b Adjust max segment length to 63 chars 2018-04-19 09:57:08 +01:00
James Munnelly
80b12a6eec Add e2e test to ensure we can obtain certificates for dnsNames >100 chars 2018-04-18 19:24:09 +01:00
jetstack-bot
befe7114ff
Merge pull request #477 from kragniz/sync-chart-typo
Sync cert-manager chart with kubernetes/charts
2018-04-18 12:05:30 +01:00
jetstack-bot
3d47a70840
Merge pull request #488 from Lumida/issue-481
Add Key Encipherment bit to Key Usage extension
2018-04-18 10:59:30 +01:00
Tim
54067d5446
Add Key Encipherment bit to Key Usage extension
Google Chrome rejects the certificate for SSL connections if the Key Usage extension does not include the keyEncipherment purpose.
2018-04-17 16:25:10 -07:00
jetstack-bot
63494398b0
Merge pull request #485 from dakale/patch-1
Update README.md
2018-04-17 16:47:53 +01:00
jetstack-bot
1f298c3bce
Merge pull request #484 from autonomic-ai/docker-git-commit-sha
Add back the commit sha in the `org.label-schema.vcs-ref` label.
2018-04-17 15:54:53 +01:00
David Kale
70689ac882
Update README.md
#kube-lego did not exist on kubernetes.slack.com, but #cert-manager did. Assuming this is an error.
2018-04-17 10:49:42 -04:00
Ergin Babani
ffa7107158 Add back the commit sha in the org.label-schema.vcs-ref label.
It looks like it was accidentally removed in commit
8c7eaa1db8
2018-04-16 22:27:46 -04:00
jetstack-bot
dcbd64f588
Merge pull request #479 from munnerz/update-deps
Bump to kubernetes 1.10.0
2018-04-16 02:05:37 +01:00