From 6ae0a4d9d1d3e2b36cf27a7e4a146d023a0b5755 Mon Sep 17 00:00:00 2001 From: akhil nittala Date: Mon, 29 Dec 2025 18:49:34 +0530 Subject: [PATCH] fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala --- config/rbac/auth_proxy_role.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rbac/auth_proxy_role.yaml b/config/rbac/auth_proxy_role.yaml index 80e1857c5..2c5e79556 100644 --- a/config/rbac/auth_proxy_role.yaml +++ b/config/rbac/auth_proxy_role.yaml @@ -3,6 +3,10 @@ kind: ClusterRole metadata: name: proxy-role rules: +- nonResourceURLs: + - "/metrics" + verbs: + - get - apiGroups: - authentication.k8s.io resources: