cert-manager/pkg/controller/certificates/issuing
Maël Valais 17cd05ecab test(issuing): new test: when req mismatches, cert can't be updated
This new unit test highlights an unexpected behavior of the issuing
controller: the issuing controller is updating the certificate's status
when the certificate request has a failure ("Reason = Failed"), but the
controller might have picked up an out-of-date certificate request.

The consequence is that the issuing controller would set the certificate
to "Issuing = False". That happens when a re-issuance is triggered with
an old failing certificate request.

Signed-off-by: Maël Valais <mael.valais@gmail.com>
2020-12-06 14:22:02 +01:00
..
BUILD.bazel ./hack/update-all.sh 2020-08-20 14:28:06 +01:00
issuing_controller_test.go test(issuing): new test: when req mismatches, cert can't be updated 2020-12-06 14:22:02 +01:00
issuing_controller.go Fix various typos found by codespell 2020-11-07 14:55:13 +01:00
temporary.go Fix tests in ./pkg/controller/certificates/... 2020-08-20 14:28:06 +01:00