From 03e13d26a0562a882e2e3a43edfc835fd3ea870a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Hern=C3=A1ndez?= Date: Mon, 16 Dec 2024 16:18:32 -0600 Subject: [PATCH] Update config/prometheus/monitor.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filippe Spolti Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com> --- config/prometheus/monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prometheus/monitor.yaml b/config/prometheus/monitor.yaml index 435e1b0d..cc406d95 100644 --- a/config/prometheus/monitor.yaml +++ b/config/prometheus/monitor.yaml @@ -15,7 +15,7 @@ spec: scheme: https bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token tlsConfig: - # The option insecureSkipVerify: true is not recommended for production since it disables + # Enabling option insecureSkipVerify is not recommended for production since it disables # certificate verification. This poses a significant security risk by making the system vulnerable to # man-in-the-middle attacks, where an attacker could intercept and manipulate the communication between # Prometheus and the monitored services. This could lead to unauthorized access to sensitive metrics data,