We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ace73 commit 325c0baCopy full SHA for 325c0ba
cmd/manager/main.go
@@ -186,6 +186,11 @@ func main() {
186
// These configurations ensure that only authorized users and service accounts
187
// can access the metrics endpoint.
188
FilterProvider: filters.WithAuthenticationAndAuthorization,
189
+
190
+ // Ensure that metrics is protected with certs managed by cert-manager
191
+ CertDir: "/var/certs/",
192
+ CertName: "olm-ca.crt",
193
+ KeyName: "ca.crt",
194
}
195
196
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
0 commit comments