Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the SecretStoreSource constructor with optional mutated secret function #304

Closed
Tracked by #311
stijnmoreels opened this issue Feb 3, 2022 · 0 comments · Fixed by #426
Closed
Tracked by #311
Assignees
Labels
breaking-change All issues that require to do a breaking chnage good first issue Good for newcomers secret-store All issues related to our secret store
Projects
Milestone

Comments

@stijnmoreels
Copy link
Member

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.

@stijnmoreels stijnmoreels added secret-store All issues related to our secret store breaking-change All issues that require to do a breaking chnage labels Feb 3, 2022
@stijnmoreels stijnmoreels added this to the v2.0.0 milestone Feb 3, 2022
@stijnmoreels stijnmoreels added this to To do in Roadmap via automation Feb 3, 2022
@stijnmoreels stijnmoreels added the good first issue Good for newcomers label Feb 3, 2022
@stijnmoreels stijnmoreels self-assigned this Dec 15, 2023
Roadmap automation moved this from To do to Done Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change All issues that require to do a breaking chnage good first issue Good for newcomers secret-store All issues related to our secret store
Projects
Roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant