Max Lambrecht
Max Lambrecht
> > BTW, I'm using a self signed certificates on my ingress-gateway > Why are you using self signed certificates? You are trying to make the ingress-gateway get its certificates...
> I'm trying to setup a multi-mesh cluster between two cluster using eastwest gateways, and I been following https://istio.io/latest/docs/tasks/security/cert-management/plugin-ca-cert/ to generate self signed certs for both my clusters using a...
I was able to reproduce the error using Istio `1.14` with the configuration: ``` meshConfig: defaultConfig: holdApplicationUntilProxyStarts: true ``` I see the same error on the SPIRE Agent logs, related...
I'm tackling the server units `ca` and `endpoints` and probably will need to tackle some side-effects on related units.
The use-case I have is creating a client library for the [SPIFFE](https://github.com/spiffe) Workload API: https://github.com/spiffe/go-spiffe/blob/master/proto/spiffe/workload/workload.proto
Hi @neha-Gupta1, go ahead, nobody has started working on it.
> This looks good. Thanks for the PR. I proposed a few modifications around keeping `KeyUse` as an enum so that the [two](https://www.rfc-editor.org/rfc/rfc7517.html#section-4.2) named in the spec are more convenient...
Hi @nhynes, do you have an ETA for this PR?
Hi @alwaysastudent, it works on Mac with unix sockets, you need to add the dependency `grpc-netty-macos`. Using gradle: ``` runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.6.3' ```
> Thank you so much @maxlambrecht. Do you know if I need to exclude the transitive dependency `grpc-netty-linux` from the `java-spiffe-provider` as well? You don't need to exclude the `grpc-netty-linux`,...