Commit Graph

1783 Commits

Author SHA1 Message Date
jetstack-bot
63562421b8
Merge pull request #1227 from munnerz/use-cached-account-uri
Use cached ACME account URL when constructing ACME client
2019-01-17 15:50:01 +00:00
jetstack-bot
af81d3245a
Merge pull request #1187 from munnerz/update-quickstart
Update nginx acme quickstart guide with details on Orders and Challenges
2019-01-17 15:36:02 +00:00
jetstack-bot
e2e2b5998f
Merge pull request #1230 from munnerz/clear-url-on-reverify
Clear issuer account URL if the directory and account URL's hosts differ
2019-01-17 15:28:12 +00:00
jetstack-bot
29eb4d0865
Merge pull request #1225 from munnerz/update-columns
Remove DNS Names & CN from certificate printer columns
2019-01-17 15:28:02 +00:00
jetstack-bot
d9a3cd0b3f
Merge pull request #1228 from munnerz/retrieve-valid-order
If an Order is already valid, attempt to retrieve existing certificate
2019-01-17 15:12:11 +00:00
jetstack-bot
0889041ba1
Merge pull request #1221 from DanielMorsing/disable-tls
Disable TLS verification when self-checking
2019-01-17 15:12:01 +00:00
jetstack-bot
9bec321c7d
Merge pull request #1223 from munnerz/upgrade-notes
Add upgrade notes for v0.6
2019-01-17 14:47:02 +00:00
James Munnelly
425f9c757a Clear issuer account URL if the directory and account URL's hosts differ
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-17 14:36:33 +00:00
Daniel Morsing
dc8a4cb95e Avoid connection leaking
An empty transport will by default keep connections alive indefinitely.

Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-17 14:09:15 +00:00
James Munnelly
02502246bc Address @heckj review feedback
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-17 13:42:33 +00:00
James Munnelly
e88e4f4406 If an Order is already valid, attempt to retrieve existing certificate
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-17 13:19:04 +00:00
James Munnelly
4b6351a4f2 🤦
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-17 12:57:19 +00:00
James Munnelly
26ef11d2dc Use cached account URI on Issuer resource when constructing ACME client
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 23:48:19 +00:00
James Munnelly
1bbfac4dff Add SetAccountURI method to ACME client
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 23:45:43 +00:00
James Munnelly
0991f8e412 Add notes on --validate=false to upgrading and installing guide
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 19:20:42 +00:00
James Munnelly
303a47e848 Remove DNS Names & CN from cert printer columns
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 19:11:44 +00:00
jetstack-bot
3767a6df23
Merge pull request #1222 from DanielMorsing/bump-pebble
bump pebble version to get larger timeouts
2019-01-16 17:01:56 +00:00
jetstack-bot
c6a499fd40
Merge pull request #1224 from munnerz/updated-owners
Update OWNERS files
2019-01-16 16:23:37 +00:00
James Munnelly
40adab2b49 Update OWNERS files
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 16:03:52 +00:00
jetstack-bot
d5b833070d
Merge pull request #1218 from munnerz/orders-challenges-ref-docs
Add reference docs for Order and Challenge resources
2019-01-16 15:52:37 +00:00
James Munnelly
2333e8a195 Add upgrade notes for v0.6
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 15:38:14 +00:00
James Munnelly
4371dcfa65 Update reference docs index and spellcheck
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-16 15:37:42 +00:00
Daniel Morsing
14b451cd88 bump pebble version to get larger timeouts
Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-16 15:29:21 +00:00
Daniel Morsing
f72b59bee1 Disable TLS verification when self-checking
Fixes #949

Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-16 13:39:27 +00:00
James Munnelly
170771f9be Add reference docs for Order and Challenge resources
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-15 16:40:38 +00:00
jetstack-bot
ddff78f011
Merge pull request #1217 from munnerz/fix-no-data-key
Fix issuing a certificate into a pre-existing secret
2019-01-15 15:04:38 +00:00
James Munnelly
7fd1c2a0e3 Fix issuing a certificate into a pre-existing secret
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-15 14:44:11 +00:00
jetstack-bot
17f326518e
Merge pull request #1209 from GuillaumeSmaha/fix_affinity
Fix affinity and tolerations declaration: remove duplicate lines
2019-01-14 16:28:05 +00:00
jetstack-bot
49e48fff53
Merge pull request #1210 from DanielMorsing/initGlobals
only init globals data once
2019-01-14 16:08:05 +00:00
Guillaume Smaha
20b70c79c8 Remove duplicate lines for affinity and tolerations
Signed-off-by: Guillaume Smaha <guillaume.smaha@gmail.com>
2019-01-14 10:53:08 -05:00
Daniel Morsing
f428e0b848 only init globals data once
This fixes the issue of global addons not being cleaned up after tests

Signed-off-by: Daniel Morsing <dmo@jetstack.io>
2019-01-14 15:48:16 +00:00
jetstack-bot
ce1b1f500f
Merge pull request #809 from jetstack/order-challenge-proposal
Add proposal for Order and Challenge resources
2019-01-14 14:05:06 +00:00
James Munnelly
b5b04fb6bf Add a 'Changes to ACME Issuer' section, and add clarifications from review comments
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-14 13:51:36 +00:00
jetstack-bot
5841f992f6
Merge pull request #1207 from munnerz/bump-alpha.1
Bump for v0.6.0-alpha.1
2019-01-14 13:30:07 +00:00
James Munnelly
f39af7d5b1 Bump for v0.6.0-alpha.1
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-14 10:36:40 +00:00
jetstack-bot
e67e4f08ed
Merge pull request #1190 from Art3mK/chart-priority-class-option
feat(helm chart): add priorityClassName option
2019-01-12 15:58:07 +00:00
jetstack-bot
7667930f8e
Merge pull request #1175 from marcostvz/imagepullsecrets
[chart] Adding imagePullSecrets to Service Account
2019-01-12 15:44:07 +00:00
jetstack-bot
5f96b378e6
Merge pull request #1184 from tlmiller/feature/authnss
Control authoritative dns01 server check.
2019-01-12 15:25:07 +00:00
Thomas Miller
dacd0b45cb Control authoritative dns01 server check.
Adds cmd flag for controlling if authoritative dns servers are used to
check RR propagation or just normal resolvers.

This change is added so that constrained enviornments can control more
aspects of DNS queries performed.

- Applying PR feedback

Signed-off-by: Thomas Miller <thomas@tlm.id.au>
2019-01-12 20:17:28 +10:00
jetstack-bot
2fc68d9b33
Merge pull request #1197 from munnerz/acme-retain-challenges
Retain Challenge resources for debugging if an Order enters an invalid state
2019-01-11 17:22:11 +00:00
jetstack-bot
17118ccd6a
Merge pull request #1199 from munnerz/e2e-increase-resources
Increase resource requests and limits for cert-manager during e2e tests
2019-01-11 17:07:22 +00:00
jetstack-bot
66d9455046
Merge pull request #1189 from munnerz/pebble-via-bazel
Use pebble built by bazel & pre-pull images during e2e tests
2019-01-11 17:07:11 +00:00
jetstack-bot
c512319bfb
Merge pull request #1188 from kragniz/controller-namespace
Add --namespace flag
2019-01-11 15:14:11 +00:00
James Munnelly
b1df71dd66 Retain Challenge resources for debugging if an Order enters an invalid state
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-11 14:04:23 +00:00
James Munnelly
ec87b60c94 Use Bazel images for nginx-ingress, vault and tiller
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-11 14:03:22 +00:00
James Munnelly
939b5c3fac Increase resource requests and limits for cert-manager during e2e tests
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-11 11:29:11 +00:00
jetstack-bot
1440e9ed57
Merge pull request #1195 from munnerz/increase-acme-backoff
Increase ACME control loop & order creation back-off
2019-01-11 10:47:11 +00:00
jetstack-bot
19c3487535
Merge pull request #1194 from munnerz/printer-columns
Add additionalPrinterColumns fields to CustomResourceDefintions
2019-01-11 10:30:11 +00:00
James Munnelly
3e84fe9a46 Use Ready condition text in printer columns
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-01-11 09:45:02 +00:00
Artem Kajalainen
8f122f761b docs(helm chart): update readme
Signed-off-by: Artem Kajalainen <artem.kajalainen@gofore.com>
2019-01-11 10:32:46 +02:00