java-spiffe
java-spiffe copied to clipboard
Java client library implementation for SPIFFE.
### Description: Introduces a unit test for `JwtBundle.parse` to verify correct handling of JWKS documents with an empty keys array, ensuring our parsing logic robustly accommodates such edge cases without...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
The Java Platform Module System (JPMS) introduced in Java 9 does not allow for split-packages. That is the same package in multiple JARs. As a matter of fact `java-spiffe` has...
Both gRPC and netty come with a lot of modules that need to have the same version. Furthermore gRPC has netty shaded so any netty runtime dependencies on native bits...
I am trying to plugin the `SpiffeProvider` using just the `java.security` properties file, but this is not working for some reason. Can you please help me figure this out? I...
Currently we can configure, `spiffeSocketPath` over `io.spiffe.workloadapi.DefaultX509Source.X509SourceOptions`. But there are more configuration options available on `io.spiffe.workloadapi.DefaultWorkloadApiClient.ClientOptions` which we would like to customize while creating a new X509 source. Is it...
Seems like `io.spiffe.workloadapi.internal.GrpcManagedChannelFactory` only supports Linux OS for unix schemes. Naive question perhaps, why is it not supporting unix sockets on Mac?
Bumps [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) from 4.1.109.Final to 4.1.112.Final. Commits ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final 5e2d384 Only include scopeId on link-local addresses when using native transport (#14... 5c0b0d5 Validate HTTP version while decoding...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...