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

Decision Record about sensitive config injection #4658

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

Decision Record about sensitive config injection #4658

paullatzelsperger opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Dec 4, 2024

this should include a feasibility study of injecting sensitive config values:

@Setting(..., sensitive = true, key = "some.config.value")
private String sensitiveValueWithFallback; // vault of config

@Setting(..., sensitive = true, allowFallback = false)
private String supersecretValue; // must be resolved from Vault, no fallback
@paullatzelsperger paullatzelsperger self-assigned this Dec 4, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Dec 4, 2024
@ndr-brt ndr-brt removed the triage all new issues awaiting classification label Dec 18, 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

No branches or pull requests

2 participants