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
static GLOBAL_VAULT_TOKEN_CACHE: LazyLock<Cache<TokenCacheKey, CachedToken>>
Global cache for Vault tokens to reduce authentication requests
Cache key contains (vault service base url, role_id
) as requested