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

envoy

Here are 299 public repositories matching this topic...

antonioberben
antonioberben commented Jul 13, 2021

Is your feature request related to a problem? Please describe.
When I run glooctl check I retrieve following error:

* Listener Error: SSLConfigError. Reason: no certificate information found

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.

shashankram
shashankram commented Jul 7, 2021

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
kuma
jpeach
jpeach commented Jul 9, 2021

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

meshery
leecalcote
leecalcote commented Jul 20, 2021

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

  1. Move the field label out of the actual text fi
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

layer5

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