io.helidon.security.providers.jwt.JwkLoaderConfig

Description

Configuration for security.providers.jwt.jwk-loader

Configuration options

KeyTypeDescription
circuit-breakerCircuitBreakerCircuit breaker around each complete retry batch used to load verification keys from a filesystem path or URI; by default, the circuit opens after one exhausted batch and permits a recovery probe after 5 seconds
retryRetryRetry used when loading verification keys from a filesystem path or URI; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout
timeoutTimeoutTimeout applied to each attempt to load verification keys from a filesystem path or URI; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.