Drew Wells

Results 95 issues of Drew Wells

I'm trying to integrate authN and authZ with spire-controller-manager. It would be a performance issue to make API requests to local node daemons. I'm looking for two things. 1. How...

How do I specify namespaces? Beego does this in their router configs, but I can't see how to do this with swaggerlite.

https://github.com/jetbrains-infra/docker-anyconnect-vpn/blob/master/Dockerfile#L2

It would be nice to be able to override g++ with mingw32 for compiling windows specific headers. This is useful for compiling windows specific headers that caused this error: ```...

Have you considered swapping out for kops? It shouldn't be difficult to replicate this setup in a kops cluster.

ctx := trace.NewContext(..) span, _ := trace.FromContext(ctx) leads to an empty context, fix issue seen in these unit tests https://github.com/infobloxopen/atlas-app-toolkit/pull/231/commits/3047632c1cf9104d81f3fb300eaf6a452830dd52

https://github.com/golang/protobuf/releases/tag/v1.4.2 ``` --- FAIL: TestForwardResponseMessageWithNil (0.00s) panic: interface conversion: interface {} is nil, not map[string]interface {} [recovered] panic: interface conversion: interface {} is nil, not map[string]interface {} goroutine 53 [running]:...

This middleware should be added early in the flow for grpc interceptors to ensure errors during authn/authz are captured. https://github.com/grpc-ecosystem/go-grpc-prometheus