Commit Graph

3425 Commits

Author SHA1 Message Date
James Munnelly
861e0f95c6 Use fork of x/crypto with support for EAB
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-11 10:37:16 +00:00
James Munnelly
80bc253d74 acme: Add API fields for ExternalAccountBinding
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-11 10:37:16 +00:00
jetstack-bot
4073080089
Merge pull request #2416 from munnerz/fixup-expiry-metrics
Fix certificate controller expiry metrics
2019-12-10 17:25:15 +00:00
jetstack-bot
901d7e05f5
Merge pull request #2422 from munnerz/x-crypto-acmev2
Switch to using upstream golang.org/x/crypto
2019-12-10 16:56:15 +00:00
jetstack-bot
667c7e2a61
Merge pull request #2427 from munnerz/pebble-upgrade
Upgrade to Pebble containing letsencrypt/pebble#294
2019-12-10 16:02:15 +00:00
jetstack-bot
e6bf2c0ace
Merge pull request #2383 from colek42/fix-2375-falsy-fields
Fixes false/null fields in the helm chart.
2019-12-10 12:15:14 +00:00
James Munnelly
dc95d9597d Upgrade to Pebble containing letsencrypt/pebble#294
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-05 12:22:50 +00:00
Cole Kennedy
036d6ea4aa This commit fixes false/null fields in the helm charts
Signed-off-by: Cole Kennedy <colek42@gmail.com>

Signed-off-by: Cole Kennedy <colek42@gmail.com>
2019-12-04 09:25:27 -06:00
James Munnelly
1f3b883cfd Don't overwrite order.status.url if return Order's URI is empty
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-03 16:49:31 +00:00
James Munnelly
9d28261da5 Properly handle ErrNoAccount
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-03 16:49:31 +00:00
James Munnelly
641fe0da7c Switch to using upstream golang.org/x/crypto
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-12-03 16:49:31 +00:00
James Munnelly
698e7a522a Fix certificate controller expiry metrics
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-29 18:29:23 +00:00
jetstack-bot
ba354e4078
Merge pull request #2410 from munnerz/fixup-redirects
Fixup redirects to point to cert-manager.io
2019-11-28 14:17:29 +00:00
James Munnelly
fc61167130 Fixup redirects to point to cert-manager.io
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-28 13:34:22 +00:00
James Munnelly
c7f0ddee67 Remove check for Sphinx builder for externalredirects plugin
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-28 13:23:09 +00:00
jetstack-bot
0e384f5d0d
Merge pull request #2405 from bouk/container-port-protocol
deploy/charts/cert-manager: explicitly define ContainerPort protocol
2019-11-27 16:41:21 +00:00
Bouke van der Bijl
852f4876c7 deploy/charts/cert-manager: explicitly define ContainerPort protocol
Server-side apply currently needs it to resolve conflicts.

Signed-off-by: Bouke van der Bijl <bvanderbijl@digitalocean.com>
2019-11-27 15:41:05 +00:00
jetstack-bot
1581bf2796
Merge pull request #2400 from JoshVanL/secret-annotation-fallback
Allow secrets with legacy annotations for issuer name and kind to match
2019-11-27 15:39:22 +00:00
JoshVanL
232b1133fd Adds more tests for deprecated secret annotations and update secret
annotations if deprecated ones exist

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-27 15:12:25 +00:00
jetstack-bot
df265ddbfd
Merge pull request #2170 from matevzmihalic/cloudflare-apitoken
Add API token authentication option to Cloudflare issuer
2019-11-27 13:22:21 +00:00
James Munnelly
bb117875d3 Validate that both APIKey and APIToken are not both specified
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-27 12:54:17 +00:00
JoshVanL
0d9d0eeb22 Allow secrets with legacy annotations for issuer name and kind to match
existing certificates

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-26 12:13:58 +00:00
jetstack-bot
f1f48efd30
Merge pull request #2387 from kri5/annotations-typo-fix-for-webhook-psp
deploy/charts/cert-manager: Fixes typo in webhook-psp definition
2019-11-26 10:07:30 +00:00
jetstack-bot
5ec141c107
Merge pull request #2382 from JoshVanL/cr-controller-issuer-ready
Check for Issuer readiness in CR controllers
2019-11-26 09:40:30 +00:00
Christophe Courtaut
7534dcd33e deploy/charts/cert-manager: Fixes typo in webhook-psp definition
This kind of issue might be detected early in the future when enabling psp
in e2e tests (https://github.com/jetstack/cert-manager/pull/2280).

A similar bug was already fixed in
be0b865522.

This commit fixes the typo.

Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
2019-11-20 16:50:55 +01:00
JoshVanL
de7aaa84d3 Update CertificateRequest controller unit tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-19 22:09:01 +00:00
JoshVanL
3bcc038c09 Check for Issuer readiness in CR controllers
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-19 20:31:44 +00:00
Matevz Mihalic
0abf945945
Remove ambient credentials
Signed-off-by: Matevz Mihalic <matevz.mihalic@gmail.com>
2019-11-18 17:51:50 +01:00
Matevz Mihalic
b5972a379f
Add API token auth option to Cloudflare issuer
Signed-off-by: Matevz Mihalic <matevz.mihalic@gmail.com>
2019-11-18 17:51:43 +01:00
jetstack-bot
05aee18619
Merge pull request #2374 from munnerz/v0120beta1
Update Helm chart README for v0.12.0-beta.1
2019-11-15 16:39:16 +00:00
James Munnelly
1859e5e062 Update Helm chart README for v0.12.0-beta.1
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 16:10:35 +00:00
jetstack-bot
d4b6a92b52
Merge pull request #2373 from munnerz/fixup-api-docsgo
Fix up whitespace around doc.go in apis package
2019-11-15 15:12:15 +00:00
James Munnelly
4353ef142f Fix up whitespace around doc.go in apis package
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 14:43:07 +00:00
jetstack-bot
cb4dbe0d94
Merge pull request #2372 from munnerz/add-gencrd-force-meta
Add '// +gencrdrefdocs:force' to meta/v1 package
2019-11-15 14:18:15 +00:00
James Munnelly
039acd1f09 Add '// +gencrdrefdocs:force' to meta/v1 package
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 13:50:36 +00:00
jetstack-bot
dffbccca43
Merge pull request #2365 from munnerz/schemagen-fuzz-tests
Run fuzz tests for generated API schemas and set `preserveUnknownFields: false`
2019-11-15 13:21:25 +00:00
James Munnelly
3c46032750 Remove repo name prefix from jq target
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 12:26:11 +00:00
James Munnelly
7c1dd0b30e Set preserveUnknownFields: false
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 12:26:11 +00:00
James Munnelly
1527c06e0f Remove reference to metav1.ObjectMeta
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 12:26:11 +00:00
James Munnelly
c45aa852d0 Run fuzz tests for API schema generation
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 12:26:11 +00:00
jetstack-bot
1556add6eb
Merge pull request #2290 from munnerz/kube-1162
Bump Kubernetes dependencies to 1.16.3
2019-11-15 12:22:24 +00:00
jetstack-bot
42a85a4866
Merge pull request #2367 from munnerz/docs-redirects
Add redirects to new documentation website
2019-11-15 11:52:32 +00:00
jetstack-bot
c3cbaf7c76
Merge pull request #2366 from munnerz/bump-go
Build using go 1.13.4
2019-11-15 11:52:24 +00:00
jetstack-bot
071921636a
Merge pull request #2234 from sam-cogan/psp-fixes
Fixes for PSP Issues
2019-11-15 02:56:55 +00:00
jetstack-bot
0f99bcdeac
Merge pull request #2368 from munnerz/cr-csr-required
Mark 'csr' field as required in CertificateRequest
2019-11-15 02:29:02 +00:00
jetstack-bot
55eaef7e5b
Merge pull request #2311 from JayatiGoyal/master
Updated read me
2019-11-15 02:28:54 +00:00
jetstack-bot
8ac1ba859b
Merge pull request #2325 from CoaxVex/fix-2305
Add update permission to certificaterequests/finalizers to the cert-manager-controller-certificates clusterrole.
2019-11-15 01:35:55 +00:00
James Munnelly
e8fbd37634 Mark 'csr' field as required in CertificateRequest
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 01:01:43 +00:00
James Munnelly
1de8920bd7 Remove old reference docs generation code
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:18 +00:00
James Munnelly
dcea6781f3 Replace old rst files with redirect placeholders
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:18 +00:00