-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
breaking-changeAll issues that require to do a breaking chnageAll issues that require to do a breaking chnagecachingAll issues related to secret cachingAll issues related to secret cachinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Is your feature request related to a problem? Please describe.
When designing the caching of the secret providers, we extracted this to an CacheConfiguration
model. The empty constructor had a default of 5min cache duration, but we have made this more explicit with a .Default
static implementation, making this empty constructor obsolete.
Describe the solution you'd like
Remove the empty CacheConfiguration
constructor.
Metadata
Metadata
Assignees
Labels
breaking-changeAll issues that require to do a breaking chnageAll issues that require to do a breaking chnagecachingAll issues related to secret cachingAll issues related to secret cachinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done