-
Updated
Jul 11, 2021 - Go
envoy
Here are 295 public repositories matching this topic...
-
Updated
Jul 9, 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
See mesheryctl Command Tracker for current status of commands.
Current Behavior
Currently many commands fail to execute because the function fails to detect if meshery is running locally or not.
Desired
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
Apr 5, 2021 - JavaScript
-
Updated
May 28, 2021
-
Updated
Jul 5, 2021 - Go
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
Jun 30, 2021 - Go
Current State:
The sidebar component has not been built
Desired State:
Build the sidebar component taking inspiration from [storybook site](https://storybook.js.org/tutorials/intro-to-storybook/react/en/using-ad
-
Updated
May 28, 2021 - Go
-
Updated
Feb 27, 2020 - Go
-
Updated
Jun 17, 2021 - Go
-
Updated
Nov 10, 2020 - SCSS
-
Updated
Jan 5, 2018 - Go
-
Updated
Mar 22, 2021 - Go
-
Updated
Mar 10, 2021
-
Updated
Nov 7, 2018
This is an optimization to reduce the time it takes to build/deploy YAStack.
Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.
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."

Describe the requested changes
Github issue links in Changelog docs are broken. There is an extra parenthesis at the end of each link that causes link traversal to fail.
Link to any relevant existing docs
Note that the closing parenthesis at the end of each github link is blue (i.e., part of the link itself).