Skip to content
#

envoy

Here are 327 public repositories matching this topic...

sunjayBhatia
sunjayBhatia commented Oct 5, 2021

See release notes for Envoy 1.20.0: https://www.envoyproxy.io/docs/envoy/v1.20.0/version_history/current

http: the HeaderMatcher fields exact_match, safe_regex_match, prefix_match, suffix_match and contains_match are deprecated by string_match.

The wrinkle here is that string_match was added in Envoy 1.20.0 and does not exist in 1.19.x so we cannot use this field as soon as we

kuma
bartsmykla
bartsmykla commented Jan 20, 2022

What happened?

As parsing time.Duration works only with time periods (i.e 1m, 24h, 23h59m etc.) you cannot specify period in days/months/years as we suggests in help/docs of our commands:
https://github.com/kumahq/kuma/blob/8708885a8ef244f0806aa7d5dae08c7dde64a7bb/app/kumactl/cmd/generate/generate_zoneingress_token.go#L29
we can fix it by changing flag description/help, but I think we

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

layer5
debo19
debo19 commented Jan 20, 2022

Current Behavior

@Abhijay007 has been a consistent contributor and community member.

Desired Situation
Let's recognize @Abhijay007 as a contributor and community member by creating a profile on https://layer5.io/community/members.

  • GitHub: Abhijay007
  • Twitter: CodeInVeins
  • LinkedIn: /abhijay-jain-551b01193
  • Link to profile picture:

A detailed explanation on how to set u

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