I'm seeing the API key enrichment if it's a query parameter, but I'm not seeing it if it's an 'x-api-key' header.
That said, we should also honor 'authorization' headers where it's often listed as {apikey}Bearer {apikey} or APIKey {apikey} so I think we should try to honor all of those.
I'm seeing the API key enrichment if it's a query parameter, but I'm not seeing it if it's an 'x-api-key' header.
That said, we should also honor 'authorization' headers where it's often listed as
{apikey}
Bearer {apikey}
orAPIKey {apikey}
so I think we should try to honor all of those.