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

refactor secdist: get rid of DefaultSecdistProvider component #573

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

mnink275
Copy link
Contributor

@mnink275 mnink275 commented May 8, 2024

This PR solves the issue #547
The main changes are made in the directory: core/{include/userver,src}/storages/secdist/

  • The components::DefaultSecdistProvider component has been removed.
  • Added components::SecdistComponentBase - base component for all secret distributors. The default implementation of this class is components::Secdist - ready-to-use component.
  • The storages::secdist::SecdistProvider class is now used to store the secdist configuration.

Thus it is still possible to implement your own secret distributor by implementing the base classes components::SecdistComponentBase and storages::secdist::SecdistProvider.

@mnink275 mnink275 changed the title refactor secdist: get rid of DefaultSecdistProvider component [WIP] refactor secdist: get rid of DefaultSecdistProvider component May 8, 2024
@mnink275 mnink275 changed the title [WIP] refactor secdist: get rid of DefaultSecdistProvider component refactor secdist: get rid of DefaultSecdistProvider component May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant