Skip to content
#

envoy

Here are 332 public repositories matching this topic...

jmunozro
jmunozro commented Mar 11, 2022

Version

1.10.x (latest stable)

Is your feature request related to a problem? Please describe.

In extAuth integration with LDAP, we execute a query to perform BIND, if it fails, a 401 is returned as the authentication is considered as failure.

The search request consist in a base ([userDnTemplate](https://docs.solo.io/gloo-edge/latest/reference/api/github.com/solo-io/gloo/projec

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

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