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

Add credential store source #11

Open
lundybernard opened this issue May 1, 2022 · 0 comments
Open

Add credential store source #11

lundybernard opened this issue May 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lundybernard
Copy link
Owner

Add a new source that can search a credential store, or config database.

Motivating Example:

  • An application may need to access multiple systems using similar credentials (authentication tokens), or one system using multiple users.
  • Users probably want to store credentials in a secure, encrypted, service built for the purpose, and pull creds from there, we need an example of this pattern.
  • we may want to store multiple configurations for a module in a database or flat-file, and use multiple variations of the same config at runtime.

Example:

the file source Already allows multiple configs at the top-level by setting its config_env parameter. We want a similar mechanism to select a sub-config at runtime.

Related to: lundybernard/project_template/issues/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant