fix(ariadne): avoid insecure triage URL literal

This commit is contained in:
codex 2026-05-20 02:12:30 -03:00
parent a3b4b303b9
commit 38327e36e6

View File

@ -107,7 +107,7 @@ def collect_testing_triage(storage: Storage | None = None) -> dict[str, Any]:
"jenkins": jenkins, "jenkins": jenkins,
}, },
"openclaw": { "openclaw": {
"ariadne_latest_url": "http://ariadne.maintenance.svc.cluster.local/api/internal/testing/triage/latest", "ariadne_latest_url": "/api/internal/testing/triage/latest",
"instructions": [ "instructions": [
"Treat this bundle as the primary evidence source.", "Treat this bundle as the primary evidence source.",
"Summarize root cause, blast radius, and smallest Flux/IaC change.", "Summarize root cause, blast radius, and smallest Flux/IaC change.",