Jon Christiansen

Results 20 issues of Jon Christiansen

I have a scenario where many h2c requests (~ 200) will be launched/connected to the same origin nearly at the same time. As they enter `request()` in h2.js, all of...

enhancement

## Description Rover supergraph compose loops and makes a graphql query SubgraphFetchQuery for each subgraph in the supergraph. For supergraphs that have significant number of subgraphs (we have 294 in...

bug 🐞
triage

## Is your feature request related to a problem? Please describe. Today, if a JWT is present but validation of the JWT fails, the router rejects the request. We require...

raised by user

## Is your feature request related to a problem? Please describe. JWT authorization issuer config only supports a single string, we have environments where we require to support 2 issuers...

raised by user

## Is your feature request related to a problem? Please describe. There are numerous sandbox configuration options in Apollo Server https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages/#options which are not exposed/available to be set for the...

raised by user

``` flamegraph -o my_flamegraph.svg --pid 4756 Mutually exclusive options provided: target-stdout, attach usage: xctrace record [] [--attach | --all-processes | --launch -- command ] description: Perform a new recording on...

## Describe the solution you'd like Improve router CORS feature to support `Access-Control-Request-Private-Network` capability. This was added to the tower CORS support in version [0.4.2](https://github.com/tower-rs/tower-http/releases/tag/tower-http-0.4.2) back in 2023. https://docs.rs/tower-http/latest/tower_http/cors/struct.AllowPrivateNetwork.html Chrome's...

raised by user

Resolves: https://github.com/apollographql/router/issues/5739 / TSH-18123 Many of Apollo's customers using coprocessor will co-locate their coprocessor with their Router instance on the same host. (ie: within the same pod in kubernetes). This...

## Is your feature request related to a problem? Please describe. We use apollo.router.graphql_error count for SLOs and monitors, but need to filter by subgraph name and operation name ##...

raised by user