java-spiffe/java-spiffe-core
Max Lambrecht 8027b39298 Minor change: making field final
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2020-05-04 08:59:48 -03:00
..
src Minor change: making field final 2020-05-04 08:59:48 -03:00
README.md Adding backoff retry to watchX509Context. 2020-04-30 09:33:46 -03:00
build.gradle Adding backoff retry to watchX509Context. 2020-04-30 09:33:46 -03:00

README.md

JAVA-SPIFFE Core

Core functionality to fetch X509 and JWT SVIDs from the Workload API.

Create a X509Source

TBD

Netty Event Loop thread number configuration

Use the variable io.netty.eventLoopThreads to configure the number of threads for the Netty Event Loop Group.

By default, it is availableProcessors * 2.