The Wayback Machine - https://web.archive.org/web/20220528201721/https://github.com/topics/envoy
Skip to content
#

envoy

Here are 337 public repositories matching this topic...

pszeto
pszeto commented May 19, 2022

Gloo Edge Version

1.11.x (latest stable)

Kubernetes Version

No response

Describe the bug

When specifying the REDIS_PASSWORD as a customEnv override via helm for the extauth and rate-limit deployment. The default REDIS_PASSWORD and overrides password value are both in the resultant deployment.

Steps to reproduce the bug

  1. Install 1.11.9 with the follow
Type: Bug 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
layer5
shebuel-oss
shebuel-oss commented May 13, 2022

This issue is created for the upload of the new article about Layer5's participation in She Code Africa's Contributhon Program on https://layer5.io/blog.

Here's the link to the written and reviewed article:** https://docs.google.com/document/d/1jAgxoWTd_jBnYoL2Fk-D6ltmN8HT5VrZ8UDy1xB1Sws/edit?usp=sharing

Title: Layer5 participates in She Code Africa's Contributhon Program 2022


<

help wanted good first issue area/blog language/markdown
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