Skip to content

Commit

Permalink
Merge pull request #977 from w13915984028/fix-sec-46
Browse files Browse the repository at this point in the history
[release-v1.2] Remove orgId param in grafana link
  • Loading branch information
torchiaf authored Apr 2, 2024
2 parents 7fc871d + 9f141ba commit 3443f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
iconSrc: grafanaSrc,
label: 'monitoring.overview.linkedList.grafana.label',
description: 'monitoring.overview.linkedList.grafana.description',
link: `/k8s/clusters/${ currentCluster.id }/api/v1/namespaces/${ CATTLE_MONITORING_NAMESPACE }/services/http:rancher-monitoring-grafana:80/proxy/?orgId=1`,
link: `/k8s/clusters/${ currentCluster.id }/api/v1/namespaces/${ CATTLE_MONITORING_NAMESPACE }/services/http:rancher-monitoring-grafana:80/proxy`,
},
prometheus: {
enabled: false,
Expand Down

0 comments on commit 3443f22

Please sign in to comment.