fix(protocol-matrix): restore live probe auth header
Some checks failed
CI / Quality Gates (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Build & Test (push) Has been cancelled
CI / Release (push) Has been cancelled
Some checks failed
CI / Quality Gates (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Build & Test (push) Has been cancelled
CI / Release (push) Has been cancelled
This commit is contained in:
@@ -181,7 +181,7 @@ def run_capture(url: str, api_key: str, method: str, request_headers_path: pathl
|
||||
"--retry-delay",
|
||||
str(RETRY_DELAY),
|
||||
"-H",
|
||||
"Authorization: Bearer ***",
|
||||
f"Authorization: Bearer {api_key}",
|
||||
"-H",
|
||||
f"X-Hermes-Debug-Request-Headers: {request_headers_path}",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user