The Wayback Machine - https://web.archive.org/web/20220528201733/https://github.com/topics/gateway-api
Skip to content
#

gateway-api

Here are 145 public repositories matching this topic...

skriss
skriss commented Feb 1, 2022

The "Introduction to Contour" link on the projectcontour.io landing page points to a blog from 2019 that references Contour v0.10, this link should be updated to point to something newer, or perhaps we could drop that entire section as it seems somewhat redundant with other ways to navigate the site.

help wanted good first issue area/documentation lifecycle/needs-triage
mikemorris
mikemorris commented May 4, 2022

What would you like to be added:

Refactor listenersMatch (added in #1081) and parentsMatch to be a single generic function, or at least wrappers around a single generic implementation of the core logic.

Why this is needed:

The core logic of these two functions is quite similar (searching for all expected items in a slice of actual items, including the unimplemented need to sup

good first issue help wanted area/conformance
lennyburdette
lennyburdette commented May 26, 2022

Bug Description

This config:

telemetry:
  tracing:
    otlp:
      endpoint: otlp.nr-data.net:4317
      grpc:
        metadata:
          "api-key": ${NEW_RELIC_LICENSE_KEY}

causes this error at startup:

2022-05-26T20:39:30.605914Z ERROR apollo_router::router_factory: plugin apollo.telemetry could not be configured: invalid type: map, expected a sequence
2022-
bug good first issue triage raised by user

Improve this page

Add a description, image, and links to the gateway-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gateway-api topic, visit your repo's landing page and select "manage topics."

Learn more