Alec Henninger

Results 15 comments of Alec Henninger

I think it would be useful if this actually wasn't limited to relations providing that context. If you have multiple paths to an object, it means you would need to...

FWIW, we have the same use case and only the resource should suffice as well. In our case it's like the GCP IAM model, but imagine limiting the lookup to...

Some additional context: I'm seeing this on mac while using docker for mac, and a shared unix socket between containers. Docker for Mac doesn't support unix sockets from the mac...

Did a bit more experimenting. Looks like timeout handling is different with unix sockets vs tcp. With TCP, server and idle timeouts don't trigger errors. With unix sockets, server and...

It seems like a bug that one protocol emits error logs when another doesn't. It may be misleading, because AFAICT these aren't really meaningful "errors" in the sense that nothing...