-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Discussed in cloudforet-io/cloudforet#69
Originally posted by jihyungSong December 7, 2022
Propose Date : 2022-11-17
Proposer : @jihyungSong
Currently, Cloudforet is to store sensitive data such as the user's Access Key in a more safety way through the Secret micro service.
(https://github.com/cloudforet-io/secret)
About the Secret service, it is supported using various backend systems.
I suggest to add MongoDB as a backend for Secret service.
(https://www.mongodb.com/)
Mongodb is the most influential database for storing documents based, and it is also used as a database for Cloudforet, so it is easy to integrate.
However, since it is not encrypted when stored in MongoDB, additional implementation of the encryption handler in the Secret service will be inevitable.