Mike Bryant
4fa6d9775c
feat: Include entire certificate chain if provided
...
Allow a user to provide an entire certificate chain to the ca issuer. Include that chain in all generated certificates
Signed-off-by: Mike Bryant <m@ocado.com>
2019-01-09 11:39:48 +00:00
Mike Bryant
018f3642e9
test: Add tests of second level ca issuer
...
This demonstrates that the certificates generated from an issuer 2 levels down do not validate
Signed-off-by: Mike Bryant <m@ocado.com>
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-09 11:39:48 +00:00
Mike Bryant
92d30c60c2
test: Verify certificates issued by the ca issuer
...
Use the standard X509 certificate validation to check that
generated certificates can be validated by clients
Signed-off-by: Mike Bryant <m@ocado.com>
2019-01-09 11:39:48 +00:00
jetstack-bot
70b3470b96
Merge pull request #1185 from DanielMorsing/fix-healthchecks
...
remove liveness checks on pebble deployments in e2e tests
2019-01-09 09:21:50 +00:00
Daniel Morsing
178c3044b2
remove liveness checks on pebble deployments in e2e tests
...
liveness checks are a feature in kubernetes meant to restart hung
workloads. Since pebble stores account information in-memory, failing
a liveness check means that any running test will fail.
Because we're using pebble as part of a testsuite, we're protected
against hangs by the test just timing out.
On resource constrained environments (like my laptop), I've seen
the liveness check fail during startup, causing reboot loops and
timeouts. Since rebooting pebble mid-test will cause tests to fail
anyhow, we should probably disable this check.
Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-09 08:26:31 +00:00
jetstack-bot
3082bd11e5
Merge pull request #1183 from munnerz/remove-flakey-unit
...
Remove flakey unit test in dns utils package
2019-01-08 22:43:14 +00:00
James Munnelly
3e7509b51f
Remove flakey unit test in dns utils package
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 20:18:49 +00:00
jetstack-bot
d8b7c734bc
Merge pull request #1110 from munnerz/helm-ginkgo-writer
...
Use GinkgoWriter to print Helm install output
2019-01-08 19:12:30 +00:00
jetstack-bot
94b94beac4
Merge pull request #1179 from jetstack/docker-host
...
Add DOCKER_HOST env var to gitlab build
2019-01-08 18:15:30 +00:00
jetstack-bot
92df3c627e
Merge pull request #1180 from munnerz/0.6.0-bump
...
Bump versions for 0.6.0-alpha.0
2019-01-08 17:41:29 +00:00
James Munnelly
3464f4363a
Bump versions for 0.6.0-alpha.0
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 16:45:06 +00:00
jetstack-bot
ac8bd61da2
Merge pull request #1172 from munnerz/e2e-explore
...
Save global addon logs as CI artifacts & fixup logging
2019-01-08 15:38:30 +00:00
James Munnelly
62c11ed571
Add DOCKER_HOST env var to gitlab build
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 15:28:41 +00:00
James Munnelly
8533a5b91c
Use log.Logf instead of GinkgoWriter
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 14:55:27 +00:00
jetstack-bot
920b6ffcdb
Merge pull request #1178 from munnerz/fix-scheduler-bug
...
Fix bug in challenge scheduler causing invalid results
2019-01-08 14:25:19 +00:00
James Munnelly
3ac4d19874
Fix bug in challenge scheduler causing invalid results
...
Previously, we shared a single backing slice when
performing filter operations on slices, causing issues
when we perform sorting operations on that same
underlying slice.
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-08 13:53:58 +00:00
James Munnelly
016ae6077f
Print test namespace name at the start of all test specs
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 22:16:33 +00:00
James Munnelly
2d55a8fa26
Use framework/log instead of glog
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 22:14:04 +00:00
James Munnelly
e3e5612f95
Place global logs in log/ subdir
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:48:11 +00:00
James Munnelly
e46837f64c
Replace calls to glog with GinkgoWriter
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:47:58 +00:00
James Munnelly
60e6755f3f
Move util testing package into e2e/util
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:45:45 +00:00
James Munnelly
0237d5a4c2
Write log files to artifacts directory instead of stdout
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:45:44 +00:00
James Munnelly
6b76983165
Bump cert-manager verbosity during e2e tests
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:45:44 +00:00
James Munnelly
f4291d5876
Add missing call to GinkgoWriter.Write for global addon logs
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 20:45:44 +00:00
James Munnelly
4f894a7d99
Merge pull request #1173 from munnerz/bump-year
...
Update copyright header year
2019-01-07 20:23:38 +00:00
James Munnelly
90ea0d2684
:this_is_unbearable:
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:28:14 +00:00
James Munnelly
0f7ceb2a30
:this_is_fine:
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:12:45 +00:00
James Munnelly
0fcc0c666c
Update copyright header year
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 15:07:55 +00:00
James Munnelly
7c67233af0
Merge pull request #1174 from munnerz/bump-bazel-deps
...
Bump bazel workspace dependencies
2019-01-07 15:07:37 +00:00
James Munnelly
a68614baa3
Run //hack:update-deps
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 14:51:53 +00:00
James Munnelly
000ac1918d
Bump bazel workspace dependencies
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-07 14:16:12 +00:00
James Munnelly
7228c8b8a1
Merge pull request #1159 from zrdaley/update-bazel-rules
...
Update bazel rules
2019-01-07 13:54:31 +00:00
Zenara Daley
50a381178c
Update bazel rules
...
Signed-off-by: Zenara Daley <zenara.daley@shopify.com>
2018-12-19 13:04:53 -05:00
jetstack-bot
299f546b4d
Merge pull request #1145 from vasrem/fix_runasuser
...
Build images using user with id 1000
2018-12-14 18:57:37 +00:00
jetstack-bot
b859d0d20e
Merge pull request #1150 from munnerz/fix-deploy-link
...
Fix link in Helm chart README
2018-12-14 18:24:37 +00:00
James Munnelly
bf17ac809f
Merge pull request #1131 from davegrix/patch-1
...
Update index.rst
2018-12-14 09:09:24 -08:00
James Munnelly
ef59c419b6
Fix link in Helm chart README
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-14 09:05:45 -08:00
Vasilis Remmas
cd14e3195b
Build containers using user with id 1000
...
This fixes an issue where clusters with Pod Security Policy feature
enabled cannot start the containers.
Signed-off-by: Vasilis Remmas <vasremm@gmail.com>
2018-12-10 14:08:03 +01:00
jetstack-bot
e5ffc9f29d
Merge pull request #1138 from munnerz/crd-install
...
Remove CustomResourceDefinitions from Helm chart into separate pre-install manifest
2018-12-06 11:36:25 +00:00
James Munnelly
fb0e21eea0
Add extra 'install CRDs' step to Helm chart README
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-06 11:13:28 +00:00
Dave Grix
1590490ea1
Merge branch 'patch-1' of https://github.com/davegrix/cert-manager into patch-1
2018-12-05 09:11:10 +00:00
davegrix
a72b935a96
Update index.rst
...
Updated to fix error
Signed-off-by: Dave Grix <herghostuk@gmail.com>
2018-12-05 09:10:23 +00:00
James Munnelly
bb7d2f5f4e
Remove the Namespace resource from Helm chart
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 19:08:35 +00:00
James Munnelly
c0fc03c6a4
Update upgrading docs
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:32:35 +00:00
James Munnelly
779cc0ae1f
Update getting started guide
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:26:49 +00:00
James Munnelly
cdd513c6c5
Remove CRDs from Helm chart and introduce 00-crds.yaml file
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 18:11:13 +00:00
James Munnelly
4283138a81
Move deployment generation values.yaml to deploy/manifests and don't generate without-rbac variants of manifests
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:29:26 +00:00
James Munnelly
dfa1a92366
Add .gitignore
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:20:44 +00:00
James Munnelly
07a137738b
Fix helm chart verification lib
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:20:00 +00:00
James Munnelly
5a17c58c03
Rearrange Helm charts into deploy/ and test/e2e/charts directories
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-12-04 16:19:49 +00:00