io.helidon.security.providers.jwt.JwkLoaderConfig
Description
Configuration for security.providers.jwt.jwk-loader
Configuration options
| Key | Type | Description |
|---|---|---|
circuit- | Circuit | Circuit 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 |
retry | Retry | Retry 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 |
timeout | Timeout | Timeout 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.