Skip to content
#

envoy

Here are 339 public repositories matching this topic...

emissary
LukeShu
LukeShu commented Jun 10, 2022

Please describe your use case / problem.
A user reports that they're getting timeouts of the apiserver trying to talk to apiext
Error from server: error when creating "STDIN": conversion webhook for getambassador.io/v3alpha1, Kind=Host failed: Post https://emissary-apiext.emissary-system.svc:443/webhooks/crd-convert?timeout=30s: net/http: TLS handshake timeout
despite the apiext supposedl

t:bug good first issue
jmunozro
jmunozro commented Jul 8, 2022

Gloo Edge Version

1.11.x (latest stable)

Kubernetes Version

1.23.x

Describe the bug

A customer is not able to make changes in gloo-gateway-validation-webhook-gloo-system because of helm settings, I see it is fixed in 1.12.x
https://github.com/solo-io/gloo/blob/master/install/helm/gloo/templates/5-gateway-validation-webhook-configuration.yaml#L12

Can you please ba

Type: Bug Area: Helm Good First Issue
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
kuma
meshery
alexbrand
alexbrand commented Aug 23, 2018

Use heptio/workgroup to improve handling of the multiple goroutines that are spawned in each of the discoverers. This will also help us to bubble up errors to main, and handle them appropriately.

An example of this is #224. We wanted to handle the case where re-auth failed 3 times, but there was no good way of bubbling up the error to main.go. We could make reconciler.Run return an error to bub

kind/feature help wanted good first issue priority/important-longterm
rodrigovc
rodrigovc commented Mar 2, 2022

I am doing unit tests for my filter with DispatchHttp, something like this:


_, err = proxywasm.DispatchHttpCall(ctx.clusterName, headers, body, nil, ctx.timeout, ctx.callback)
	if err != nil {
		proxywasm.LogCriticalf("big error: %v", err)
		proxywasm.ResumeHttpRequest()
		return types.ActionContinue
	}

I don't know of a way to mock the DispatchHttpCall method in order to re

good first issue
Swaagie
Swaagie commented Mar 17, 2022

This is more a discussion than an issue. Would it be valuable to move every example into it's own folder and include a matching envoy config + docker compose config? This should allow developers exploring the proxy-wasm SDK to run the example easily.

If this is considered valuable, I can contribute the changes.

enhancement good first issue

Improve this page

Add a description, image, and links to the envoy 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 envoy topic, visit your repo's landing page and select "manage topics."

Learn more