-
Updated
May 28, 2022 - Go
envoy
Here are 337 public repositories matching this topic...
-
Updated
May 28, 2022 - Python
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.
Remove versions ws
Description
This ws used to return a map of DP versions --> Envoy versions. We now have a more systematic and logical way to do this and we can remove this service altogether.
-
Updated
Feb 16, 2022 - Java
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
-
Updated
May 26, 2022 - Go
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
The project should have code coverage reporting and enforce certain levels of code coverage for PRs. https://about.codecov.io/ is a good option that integrates well with GitHub and is free for open-source projects.
add linting
-
Updated
Oct 20, 2021
[SCA 2022 Blog Post]
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
<
-
Updated
May 24, 2022 - JavaScript
-
Updated
Oct 27, 2020 - Java
Runnable examples
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.
-
Updated
May 25, 2022 - Go
-
Updated
May 27, 2022 - Go
-
Updated
Apr 22, 2021 - Shell
-
Updated
May 28, 2021 - Go
-
Updated
May 5, 2022 - Go
-
Updated
May 22, 2022 - SCSS
-
Updated
Feb 26, 2022 - Go
-
Updated
Mar 22, 2021 - Go
-
Updated
Jan 5, 2018 - Go
-
Updated
Mar 10, 2021
-
Updated
Feb 29, 2020 - Go
Improve this page
Add a description, image, and links to the envoy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the envoy topic, visit your repo's landing page and select "manage topics."



Gloo Edge Version
1.11.x (latest stable)
Kubernetes Version
No response
Describe the bug
When specifying the
REDIS_PASSWORDas a customEnv override via helm for the extauth and rate-limit deployment. The defaultREDIS_PASSWORDand overrides password value are both in the resultant deployment.Steps to reproduce the bug