-
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 chnagegood first issueGood for newcomersGood for newcomerssecret-storeAll issues related to our secret storeAll issues related to our secret store
Milestone
Description
Is your feature request related to a problem? Please describe.
When designing the secret store, we first had a single option to mutate secret names before secret retrieval. As this grew, we chose to use an options model internally and expose the different options via method overloads, making this constructor obsolete.
Describe the solution you'd like
Remove the SecretStoreSource
constructor with a single optional mutated secret function as parameter.
Metadata
Metadata
Assignees
Labels
breaking-changeAll issues that require to do a breaking chnageAll issues that require to do a breaking chnagegood first issueGood for newcomersGood for newcomerssecret-storeAll issues related to our secret storeAll issues related to our secret store
Type
Projects
Status
Done