Results 78 issues of James Peach

It's tedious to manually update the reference documentation for the Kuma REST API, but there are a lot of REST API documentation generators available. It would be great to adopt...

triage/accepted
kind/feature
area/infra

cobra is widely used and familiar, generally good enough, and has support for subcommands, generating docs, and other useful features. Let's use cobra for the command-line parsing and so-on (contour-authserver...

good first issue

**Please describe the problem you have** Currently, the operator derives the names of the resources needed for a specific contour from a mixture of constants. Adding a single struct to...

kind/feature
kind/cleanup

It would be convenient to have a contour option to emit the default configuration file to make it easier for users to create an appropriate ConfigMap.

lifecycle/stale
area/deployment

To ensure that the Contour configuration file documentation is always up to date, we should generate it from code comments in the Contour source.

lifecycle/stale
area/deployment
area/documentation

If a path prefix replacement isn't consumed by the Envoy route, it's not a validation error, but it could be unintentional. The replacement can end up not being consumed because...

area/status
lifecycle/stale

When you do a query_string search, the value is marshaled using `sanitizeElasticQueryField`, but in this case that probably doesn't do what the caller wants. For example, if the value is...

When autest runs a command, there is typically a return code check. Per the failure I saw in #9770, the test error message looks like this: ``` Setting up :...

Tests
AuTest
Stale