Max Lambrecht
Max Lambrecht
> hi @maxlambrecht - I am using maven and I had to make sure that the `grpc-netty-macos` is in front of the `grpc-netty-linux`, in the declaration order to establish the...
It makes sense to me. @alwaysastudent, would you be willing to submit a PR ?
Hey @alwaysastudent, thanks for reporting it. Can you check whether this issue is also happening with later versions of java, i.e, Java 9+ ?
I was looking into it, unfortunately I couldn't figure it out, I suspect that the embedded tomcat used by spring boot is not loading the Spiffe provider classes, thus the...
Dropping the provider jar in `$java_home/jre/lib/ext` works in Java 8, but that mechanism was removed in Java 9. I tried adding the jar through `-classpath`, without luck. I guess it...
@dependabot recreate
I'm customizing the Dockerfile to incorporate specific internal images for our use case. To ensure these adjustments don't inadvertently cause regressions, having integration tests within the same repository would be...
Indeed, the tests you've described seem well-suited for the helm charts repository, focusing on end-to-end functionality including deployment and interaction with Kubernetes. For the `spire-controller-manager`, I'm advocating for integration tests...