From 886a00ef27371c6f52a6ac5b6059307f3250b74e Mon Sep 17 00:00:00 2001 From: Joel Chang <42378287+joelczk@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:01:19 -0500 Subject: [PATCH 1/2] Grafana login path update --- http/exposed-panels/grafana-detect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/exposed-panels/grafana-detect.yaml b/http/exposed-panels/grafana-detect.yaml index e32c633ffc..8878f6c662 100644 --- a/http/exposed-panels/grafana-detect.yaml +++ b/http/exposed-panels/grafana-detect.yaml @@ -21,6 +21,7 @@ http: - method: GET path: - "{{BaseURL}}/login" + - "{{BaseURL}}/graph/login" matchers: - type: word From 6ac1c6ea9b319a9ab33d5fab91be88806aea1d0c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 19 Nov 2023 05:56:40 +0530 Subject: [PATCH 2/2] added stop-at-first match --- http/exposed-panels/grafana-detect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/exposed-panels/grafana-detect.yaml b/http/exposed-panels/grafana-detect.yaml index 8878f6c662..451db16b10 100644 --- a/http/exposed-panels/grafana-detect.yaml +++ b/http/exposed-panels/grafana-detect.yaml @@ -23,6 +23,7 @@ http: - "{{BaseURL}}/login" - "{{BaseURL}}/graph/login" + stop-at-first-match: true matchers: - type: word part: body