-
Updated
Jul 23, 2021 - Go
envoy
Here are 299 public repositories matching this topic...
-
Updated
Jul 22, 2021 - Python
Please describe the problem you have
I'd like to specify the upstream validation CA secret's namespace while configuring upstream TLS via the HTTPProxy resource: https://projectcontour.io/docs/v1.16.0/config/upstream-tls/ using <namespace>/<name>.
apiVersion: projectcontour.io/v1
kind: HTTPProxy
metadata:
name: httpbin
namespace: httpbin
spec:
virtualhost:
fqdn: h
Summary
Most Kuma annotations use GetEnabled but kuma.io/sidecar-injected uses GetBool. This means that, even though kuma.io/sidecar-injected is a boolean annotation like plenty of others in Kuma, it doesn't not accept the same set of values.
We should dump GetBool and add strconv.ParseBool support to GetEnabled so that we have just one consistent way of handling boolean an
-
Updated
Jul 1, 2021 - Java
Description
Field labels overlap with field input, specifically saved user preference input.
When a user changes the performance load test defaults from the system defaults, the UI will correctly save the user's preference, but will display their preferred settings as overlapping the label of the input field.
Expected Behavior
- Move the field label out of the actual text fi
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
Oct 27, 2020 - Java
-
Updated
Apr 22, 2021 - Shell
-
Updated
Jul 18, 2021 - JavaScript
I'd like to see proxy_get_buffer_status(), e.g. https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/92f02c0001592199d99f946cea34637ff095a8ba/include/proxy-wasm/wasm_api_impl.h#L147
Also proxy_get_header_map_size() , e.g. https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/92f02c0001592199d99f946cea34637ff095a8ba/include/proxy-wasm/wasm_api_impl.h#L192
I use these when debugging new ext
-
Updated
Jul 17, 2021 - Go
-
Updated
May 28, 2021
-
Updated
Jul 14, 2021 - Go
We're in the news! Using the contributing instructions for adding news, please add the following article to the Layer5 Newsroom.
Article:
- Title: CNCF Projects Bring Service Mesh Interoperability, Benchmarks
- Link: https://thenewstack.io/cncf-projects-bring-service-mesh-interoperability-benchmarks/
**C
-
Updated
Jul 13, 2021 - Rust
-
Updated
May 28, 2021 - Go
-
Updated
Feb 27, 2020 - Go
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 22, 2021 - SCSS
-
Updated
Jan 5, 2018 - Go
-
Updated
Mar 22, 2021 - Go
-
Updated
Mar 10, 2021
-
Updated
Nov 7, 2018
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."


Is your feature request related to a problem? Please describe.
When I run
glooctl checkI retrieve following error:Describe the solution you'd like
Me, as a user, I cannot track down which certificate is triggering the error message
so that I can easily run a fix or check what is the root cause.