diff --git a/gateway/integrations/explorer.py b/gateway/integrations/explorer.py index 29e0710..09b32b1 100644 --- a/gateway/integrations/explorer.py +++ b/gateway/integrations/explorer.py @@ -111,7 +111,7 @@ async def fetch_guardrails_from_explorer( client = httpx.AsyncClient( base_url=os.getenv("INVARIANT_API_URL", DEFAULT_API_URL).rstrip("/"), headers={ - "Invariant-Authorization": invariant_authorization, + "Authorization": invariant_authorization, }, )