cert-manager/pkg/controller/certificates
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
..
internal test(issuing): new test: when req mismatches, cert can't be updated 2020-12-06 14:22:02 +01:00
issuing fix(issuing): wait until req matches cert before setting failure 2020-12-06 14:22:02 +01:00
keymanager ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
metrics ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
readiness Plumb through the flag provided defaultRenewBeforeExpiryDuration 2020-11-19 12:44:18 +00:00
requestmanager Fix CR and make a general function 2020-08-28 15:06:54 +02:00
trigger ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
BUILD.bazel Unit tests for current behaviour 2020-11-19 13:01:00 +00:00
informers.go Run a script to update v1alpha2 usage to v1 2020-08-20 14:26:51 +01:00
listers.go Run a script to update v1alpha2 usage to v1 2020-08-20 14:26:51 +01:00
util_test.go Prevent instant renewal when the renewBefore value matches the duration 2020-11-19 15:00:27 +00:00
util.go Prevent instant renewal when the renewBefore value matches the duration 2020-11-19 15:00:27 +00:00