cert-manager/pkg
jetstack-bot d5a5c63333 Merge pull request #156 from munnerz/require-5-http-passes
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Ensure ACME HTTP01 reachability test passes 5 times before issuing certificate

**What this PR does / why we need it**:

See #154 for details. Sometimes HTTP routes have not propagated yet when using a controller such as GCLB. This forces us to wait for 5 consecutive passes of the HTTP01 self-check before proceeding.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

Closes #154 

**Special notes for your reviewer**:

* This adds an extra 10s delay onto *any* HTTP01 validation
* The '5 tries' number is hardcoded into the HTTP01 solver

**Release note**:

```release-note
Ensure 5 consecutive HTTP01 self-checks to pass before issuing ACME certificate
```
2017-10-26 14:18:48 +01:00
..
apis Merge pull request #119 from jetstack-experimental/auth-per-acc 2017-10-13 17:10:17 +01:00
client regenerate files 2017-09-21 23:18:58 +01:00
controller Consistent use of glog 2017-10-16 14:50:27 +01:00
issuer Merge pull request #156 from munnerz/require-5-http-passes 2017-10-26 14:18:48 +01:00
logs Add e2e test framework and basic Issuer test 2017-09-08 16:25:21 +01:00
scheduler Add comments to scheduler package 2017-08-07 13:59:05 +01:00
util Only update certificate status in the controller package to stop conflicts 2017-10-13 20:15:29 +01:00