Open mralanlee opened 2 years ago
I think this could be broken down into an epic, but kicking this off as a Discovery item. There's many considerations such as using solutions that would within the ideas of DAO and open source.
Sounds like Vault would be the best way to manage the open source aspect, which would make this into an epic for sure!
Where should secrets or sensitive data (like API keys) be stored?
Currently, sensitive data is stored in Kubernetes as
Secrets
, but these are just base64 encrypted, and do not offer audit or rotation. A few considerations: