Commit Graph

1509 Commits

Author SHA1 Message Date
James Munnelly
fdfc7f2f77 Don't explicitly set SignatureAlgorithm on signed Certificate
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-07 11:14:54 +00:00
James Munnelly
e7fd05ddea Add e2e test verifying we can obtain ECDSA keys from RSA CA issuers
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-07 11:14:54 +00:00
jetstack-bot
96dc275df9
Merge pull request #1049 from munnerz/gen-types
Add Certificate and Issuer unit gen functions
2018-11-07 11:06:45 +00:00
jetstack-bot
319d6086ca
Merge pull request #1048 from munnerz/fix-grab-secret-name
Fix invalid secret name used in certificates controller
2018-11-07 10:47:45 +00:00
James Munnelly
17563ee1a1 Add Certificate and Issuer unit gen functions
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-07 09:56:09 +00:00
jetstack-bot
ac80ed82f1
Merge pull request #1046 from munnerz/logs-pkg
Revert "Remove pkg/logs package"
2018-11-07 09:48:55 +00:00
jetstack-bot
a2f77b6e61
Merge pull request #1040 from munnerz/gofmt
Use go_sdk gofmt instead of goimports
2018-11-07 09:48:45 +00:00
jetstack-bot
04ac65caee
Merge pull request #1047 from munnerz/stamped-images
Stamp docker images with current timestamp using Bazel
2018-11-07 09:28:45 +00:00
James Munnelly
175e90c158 Revert "Remove pkg/logs package"
This reverts commit b6f854f849.

Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 20:05:32 +00:00
James Munnelly
2541b10e52 Stamp docker images with current timestamp using Bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 19:18:15 +00:00
James Munnelly
e0829525a5 Fix invalid secret name used in certificates controller
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 19:04:51 +00:00
jetstack-bot
ace5c2b2f2
Merge pull request #738 from gambol99/acme_options
Configurable ACME Annotation
2018-11-06 16:00:02 +00:00
jetstack-bot
92d552fd7d
Merge pull request #1041 from sebastien-prudhomme/fix-hardcoded
Remove hardcoded image #1039
2018-11-06 13:20:03 +00:00
jetstack-bot
f19c4235b7
Merge pull request #954 from munnerz/chal-scheduler
Add ACME challenge scheduler
2018-11-06 13:03:46 +00:00
Sébastien Prud'homme
16705d754e Update chart version and fix image version
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2018-11-06 13:53:40 +01:00
Sébastien Prud'homme
0a46b10711 Update chart version
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2018-11-06 13:37:28 +01:00
Sébastien Prud'homme
b380ba3be0 Update chart version
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2018-11-06 13:35:08 +01:00
James Munnelly
efe2129c69 Run //hack:update-reference-docs
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 12:32:05 +00:00
James Munnelly
b6f89ae9dd Regenerate files
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 12:31:16 +00:00
James Munnelly
61eb132067 Update challenges controller unit tests for new processing field
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 12:31:16 +00:00
James Munnelly
85d433cff9 Add ACME challenge scheduler and process challenges for matching domains/types in serial
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 12:31:16 +00:00
jetstack-bot
9d192e3ffe
Merge pull request #1033 from munnerz/dns-wait-race
Fix concurrent map writes in FindZoneByFqdn
2018-11-06 12:26:45 +00:00
Rohith
e2f13f5f9c Requested Changes
- changing the name of the command line option to --auto-certificate-annotations
- making the option an array to allow for multiple annotations settings

Signed-off-by: Rohith Jayawardene <gambol99@gmail.com>
2018-11-06 12:09:47 +00:00
Rohith
712a7a85ee Configurable ACME Annotation
- adds a option command line (default to the current behavour) which allows the user to control the acme annotation used by the shim controller
- a current mitgration requires use to run multiple providers at the same

Signed-off-by: Rohith Jayawardene <gambol99@gmail.com>
2018-11-06 12:09:18 +00:00
Sébastien Prud'homme
1e4ba6beca Remove hardcoded image #1039
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2018-11-06 12:21:24 +01:00
James Munnelly
ad0971288e Run update-gofmt
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 11:10:21 +00:00
James Munnelly
302e16ace8 Use go_sdk gofmt instead of goimports
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-06 11:07:58 +00:00
jetstack-bot
3fb5529ef3
Merge pull request #1028 from munnerz/prune-vendor-tests
Prune go tests from vendor directory
2018-11-05 15:55:59 +00:00
jetstack-bot
ae6f14c83c
Merge pull request #1036 from munnerz/ch-order-annotation
Remove crd-install annotation from Challenges and Orders
2018-11-05 14:11:59 +00:00
James Munnelly
9f4a948967 Remove crd-install annotation from Challenges and Orders
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-05 12:43:43 +00:00
James Munnelly
b69b65c0e1 Fix concurrent map writes in FindZoneByFqdn
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-11-01 11:06:37 +00:00
James Munnelly
e5e15bfddf Prune go tests from vendor directory
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-29 21:42:36 +00:00
jetstack-bot
86ef1db811
Merge pull request #1021 from Nalum/997-commit-in-version
Remove commit hash from Version string
2018-10-29 19:56:03 +00:00
Luke Mallon (Nalum)
e2e1077cc8
Update bazel build files
Signed-off-by: Luke Mallon (Nalum) <luke@mallon.io>
2018-10-29 15:59:54 +00:00
Luke Mallon (Nalum)
35f2d16ec8
Add tests to cover the version function
Signed-off-by: Luke Mallon (Nalum) <luke@mallon.io>
2018-10-27 18:32:07 +01:00
Luke Mallon (Nalum)
c4fc6d7373
Update version string
Only add the commit hash to the version string if the AppVersion is set
to canary. See #997

Signed-off-by: Luke Mallon (Nalum) <luke@mallon.io>
2018-10-27 17:33:45 +01:00
jetstack-bot
d8e652c48e
Merge pull request #986 from munnerz/bazel-kind
Use kind provided by Bazel WORKSPACE
2018-10-26 15:23:34 +01:00
jetstack-bot
a662b0eb3f
Merge pull request #1017 from floyd-may/patch-1
Update kube-lego migration guide towards logs
2018-10-26 15:09:34 +01:00
Floyd May
f3bc8b5491 Update kube-lego migration guide towards logs
Related to #773 - the previous instructions guide the user to look for events on the certificate related to when renewals are scheduled. This change directs them to view the logs to see the renewal schedule messages.
Signed-off-by: Floyd May <fmay@asemio.com>
2018-10-26 09:06:33 -05:00
James Munnelly
0b223f6d7d Pin to old version of kind until we push a new node image
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 14:44:12 +01:00
James Munnelly
be47be486d Update running e2e tests docs
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 14:44:12 +01:00
James Munnelly
038a5ab7c3 Use kind provided by Bazel WORKSPACE
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 14:44:12 +01:00
jetstack-bot
2f83424d4d
Merge pull request #1009 from munnerz/simpl-crt-controller
Simplify certificate controller cert validity checks
2018-10-26 12:43:34 +01:00
jetstack-bot
23fb27c4d9
Merge pull request #1011 from munnerz/dev-env-script
Add a 'run-dev-kind.sh' script to bring up a local dev environment
2018-10-26 12:31:44 +01:00
jetstack-bot
b1599bcd36
Merge pull request #998 from munnerz/acme-setup
Refactor ACME account generation
2018-10-26 12:31:34 +01:00
jetstack-bot
12ed381cb8
Merge pull request #972 from aslafy-z/dns/digitalocean
Add ACME DigitalOcean DNS01 provider
2018-10-26 11:54:34 +01:00
jetstack-bot
7292937057
Merge pull request #1010 from munnerz/tiller-e2e-notice
e2e: remove old notice about Tiller addon
2018-10-26 02:07:39 +01:00
jetstack-bot
ab174a6539
Merge pull request #1007 from munnerz/del-dockerfiles
Delete unused dockerfiles directory
2018-10-26 01:11:39 +01:00
jetstack-bot
1417b7d964
Merge pull request #1014 from jetstack/munnerz-patch-1
Update PodStartTimeout
2018-10-26 00:44:39 +01:00
James Munnelly
4ed36535e5 Fix up lint issues and move setting KUBECONFIG
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-10-26 00:35:44 +01:00