Lior Okman

Results 21 comments of Lior Okman

1. You need to have the `newuidmap` and `newgidmap` commands available. Depending on your environment, you should install the correct system package. For example, in Debian/Ubuntu, you should install the...

I'm also seeing this issue in my environment.

> The img build for docker works, this issue was related to my complicated env , I was able to make it work. currently there are missing logs to understand...

I tried running `img` on the real host - not inside any sort of container. The first thing I tried was the binary that can be downloaded from the [releases](https://github.com/genuinetools/img/releases/download/v0.5.10/img-linux-amd64)...

Maybe using the procedure for [cross-certification](https://en.wikipedia.org/wiki/X.509#Certificate_chains_and_cross-certification) between two CAs is useful here? Each side would have its own CA, but the private key pair used by CA belonging to one...

The interesting scenario is to have an Envoy extension (maybe an [External Processing Filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_proc_filter) ) that would set some metadata in the request, and then later in the Routing section...

This issue might be a duplicate of #804 .

I'm not sure it's possible in Istio today. In Gloo Edge, the [SSLConfig](https://docs.solo.io/gloo-edge/latest/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/ssl.proto.sk/#sslconfig) object seems to imply that it's possible to configure. It's definitely possible in Envoy, and can be...

For 3, it's not about automatically restarting workloads. It's about being able to run a diagnostic that will detect problematic situations. For example, once Istio is newly connected to a...

>Do you think it will be possible to store different data types in different tables so that it can scale well. Also, I am only curious about Postgres. Have you...