github spiffe/java-spiffe v0.6.0

latest releases: v0.8.17, v0.8.16, v0.8.15...
5 years ago

Library Refactor: new X.509 and JWT functionality.

What's changed

Complete refactor of the interfaces and implementations for X.509 SVIDs and bundles.
Added JWT SVID functionality.
Improved robustness: validations for SPIFFE IDs and Socket Endpoint Addresses.

Maven

<dependency>
  <groupId>io.spiffe</groupId>
  <artifactId>java-spiffe-core</artifactId>
  <version>0.6.0</version>
</dependency>
<dependency>
  <groupId>io.spiffe</groupId>
  <artifactId>java-spiffe-provider</artifactId>
  <version>0.6.0</version>
</dependency>

Gradle

implementation 'io.spiffe:java-spiffe-core:0.6.0'
implementation 'io.spiffe:java-spiffe-provider:0.6.0'

MacOS Support:

<dependency>
  <groupId>io.spiffe</groupId>
  <artifactId>grpc-netty-macos</artifactId>
  <version>0.6.0</version>
  <scope>runtime</scope>
</dependency>

or:

runtimeOnly 'io.spiffe:grpc-netty-macos:0.6.0'

The Jars bundled with all the dependencies are part of the assets:

  • java-spiffe-helper: executable jar to fetch the SVIDs and store them in a java KeyStore in disk.
  • java-spiffe-provider all: jar to install the SPIFFE provider in a JVM.

Don't miss a new java-spiffe release

NewReleases is sending notifications on new releases.