Closed TheSpiritXIII closed 7 months ago
Adds a new flag to the rule-evaluator --query.debug.disable-auth which mirrors --export.debug.disable-auth but for querying rather than writing.
--query.debug.disable-auth
--export.debug.disable-auth
This flag is then enabled on e2e tests which lets the rule-evaluator start without requiring credentials.
Previously, we hacked this by creating a default credentials file, but this was removed in https://github.com/GoogleCloudPlatform/prometheus-engine/pull/813
Adds a new flag to the rule-evaluator
--query.debug.disable-auth
which mirrors--export.debug.disable-auth
but for querying rather than writing.This flag is then enabled on e2e tests which lets the rule-evaluator start without requiring credentials.
Previously, we hacked this by creating a default credentials file, but this was removed in https://github.com/GoogleCloudPlatform/prometheus-engine/pull/813