Skip to content

Commit 02014f0

Browse files
committed
Rotate Operator TLS certificate in-memory
- certNeedsRenewal didn't support kubernetes.io/tls, cert-manager.io/v1alpha2 or cert-manager.io/v1 secrets - Rotate operator certificate if is expired and refresh it in-memory Signed-off-by: Lenin Alevski <[email protected]>
1 parent 3e8aa5d commit 02014f0

File tree

5 files changed

+202
-74
lines changed

5 files changed

+202
-74
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ require (
8888
github.com/pkg/errors v0.9.1 // indirect
8989
github.com/pmezard/go-difflib v1.0.0 // indirect
9090
github.com/prometheus/procfs v0.7.3 // indirect
91+
github.com/rjeczalik/notify v0.9.2 // indirect
9192
github.com/rs/xid v1.2.1 // indirect
9293
github.com/secure-io/sio-go v0.3.1 // indirect
9394
github.com/shirou/gopsutil/v3 v3.21.6 // indirect

0 commit comments

Comments
 (0)