Static GLOBAL_VAULT_TOKEN_CACHE

Source
static GLOBAL_VAULT_TOKEN_CACHE: LazyLock<Cache<TokenCacheKey, CachedToken>>
Expand description

Global cache for Vault tokens to reduce authentication requests Cache key contains (vault service base url, role_id) as requested