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

Sensitive config values with fallback #4657

Open
Tracked by #4656
paullatzelsperger opened this issue Dec 4, 2024 · 3 comments
Open
Tracked by #4656

Sensitive config values with fallback #4657

paullatzelsperger opened this issue Dec 4, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Dec 4, 2024

Feature

Implement sensitive configuration values:

Solution proposal

every sensitive config value is resolvable as follows:

  • if <configkey>.alias is not-null, interpret its value as secret alias and resolve the sensitive configuration value from the Vault
  • if <configkey>.alias is null, resolve the value directly from a configuration <configkey>
  • both <configkey>.alias and <configkey> must be non-required to allow this mechanism. If a config value is indeed mandatory, this must be handled in client code, e.g. in the initialize() method.
@paullatzelsperger
Copy link
Member Author

paullatzelsperger commented Dec 4, 2024

@benhid if you want, feel free to take this and assign it to yourself :)

@paullatzelsperger paullatzelsperger added enhancement New feature or request and removed triage all new issues awaiting classification labels Dec 4, 2024
Copy link

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Dec 19, 2024
@ndr-brt ndr-brt removed the stale Open for x days with no activity label Dec 19, 2024
Copy link

github-actions bot commented Jan 3, 2025

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Jan 3, 2025
@paullatzelsperger paullatzelsperger removed the stale Open for x days with no activity label Jan 8, 2025
@paullatzelsperger paullatzelsperger self-assigned this Jan 8, 2025
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

2 participants