cert-manager/pkg/controller
Maël Valais 6484010f5c fix(issuing): wait until req matches cert before setting failure
The issuing controller wasn't checking if the certificate request that
it picked up is up to date. That resulted in the certificate being set
to "Failing" and "Issuing = False" due to an old certificate request
that was created during a previous issuance. The certificate would then
become stale.

Signed-off-by: Maël Valais <mael.valais@gmail.com>
2020-12-06 14:22:02 +01:00
..
acmechallenges Add a unit test for more challenges than previously allowed 2020-10-22 14:45:02 +02:00
acmeorders Pass duration on until ACME order creation 2020-11-20 09:46:49 +01:00
cainjector Revert the introduction of errors.WithStack 2020-09-18 12:08:10 +01:00
certificaterequests Implement feedback 2020-11-20 09:46:49 +01:00
certificates fix(issuing): wait until req matches cert before setting failure 2020-12-06 14:22:02 +01:00
clusterissuers ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
ingress-shim Fix various typos found by codespell 2020-11-07 14:55:13 +01:00
issuers ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
test Bulk fix of non-test staticcheck failures 2020-06-26 12:25:08 +01:00
BUILD.bazel Remove unused helper functions 2020-11-19 12:44:18 +00:00
builder.go Refactor controllers to use new instrumented metrics that's baked into 2020-05-18 17:43:56 +01:00
context.go Plumb through the flag provided defaultRenewBeforeExpiryDuration 2020-11-19 12:44:18 +00:00
controller.go Remove extra space 2020-09-03 15:11:45 +02:00
helper.go Remove unused helper functions 2020-11-19 12:44:18 +00:00
register.go Remove AdditionalRunFuncs from base controller 2020-03-30 20:43:00 +01:00
util.go Revert log levels on errors 2020-08-12 10:59:42 +02:00