Benjamin Krämer
Benjamin Krämer
I was also looking into creating a Serilog sink for `OpenTelemetry` and failed also due to the `LogRecord` not having a public ctor. So I'm also looking forward to this...
No, I didn't follow up since I had to drop support for OTEL all together since it was not supporting Xamarin.Android. I might have another look the next months since...
@JamesNK Would also need this currently.
I think this is blocked by https://github.com/spiffe/go-spiffe/issues/197 right now. Unless the library adds support for the pipe to https://github.com/spiffe/go-spiffe/blob/main/v2/workloadapi/addr.go it's hard to support it without forking or manually adding the...
Sadly the `go-spiffe 2.1.0` release didn't include it yet, but it already reached `main`. But @azdagron already suggested to do a release. After that, we would need to bump the...
Thanks, I will try to push the other tickets forward :)
Sorry, thought this was on the SPIRE repo... This will be resolved once #371 is merged.
It would be great if that's a possible solution. It would really help us. Otherwise, we would need to setup something like an "anonymous" Ghostunnel endpoint that get's a dummy...
I checked that class. Seems that the `WaitForReady` should be the cause. It's not possible to configure that it should not use it. If it would not wait, it should...
Possible, I can't really say this for sure since I don't know the Go library of the workload API and it's behavior that well. Since it's a good idea to...