From 128a85daee4007e41b51b81a7393ed73433f537a Mon Sep 17 00:00:00 2001 From: icecheng Date: Tue, 30 Sep 2025 16:19:21 +0800 Subject: [PATCH] update infra-auth-retriver --- cluster/bin/infra-auth-retriver | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/bin/infra-auth-retriver b/cluster/bin/infra-auth-retriver index d04c1633..4211dbac 100755 --- a/cluster/bin/infra-auth-retriver +++ b/cluster/bin/infra-auth-retriver @@ -32,8 +32,9 @@ main() { help ;; grafana) - echo "Grafana User: $(kubectl get secret kube-prometheus-stack-grafana -n freeleaps-monitoring-system -o jsonpath='{.data.admin-user}' | base64 -d)" - echo "Grafana Password: $(kubectl get secret kube-prometheus-stack-grafana -n freeleaps-monitoring-system -o jsonpath='{.data.admin-password}' | base64 -d)" + echo "Note: The 'admin' account has been disabled." + echo "Please choose 'Sign in with MATHMAST AD' to log in." + echo "Grafana URL: https://grafana.mathmast.com/" ;; argocd) echo "ArgoCD User: admin"