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

Research alternative secrets management / HSM integration #34

Open
adewes opened this issue Dec 1, 2021 · 0 comments
Open

Research alternative secrets management / HSM integration #34

adewes opened this issue Dec 1, 2021 · 0 comments
Labels
discuss Issue for discussion, do not implement yet!

Comments

@adewes
Copy link
Member

adewes commented Dec 1, 2021

Currently we load settings / secrets from the file system. We should research how we can replace this with a better secrets management approach. The new version of the Go helpers already supports Go's io/fs interface, so we could provide settings through a virtual file system that can combine local files (for non-sensitive settings) and other source (for sensitive settings).

This is just a research task for now, please don't implement anything yet.

@adewes adewes added the discuss Issue for discussion, do not implement yet! label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Issue for discussion, do not implement yet!
Projects
None yet
Development

No branches or pull requests

1 participant