Allow configuring read cache settings

Created on 8 November 2024, about 1 month ago

Problem/Motivation

Currently the VaultClientFactory enables the CachedClient Read Cache with the default TTL of 3600 seconds.

In our default install this cached is backed by Symfony\Component\Cache\Adapter\ArrayAdapter.

A site owner may override the default cache to a more persistent cache, to change the TTL, or to disable the ReadCache (leaving just the Auth Token cached).

Allowing the ClientFactory to change these settings based on site owner choice will allow more flexibility in usage.

Steps to reproduce

N/A

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cmlara

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024