Suggestion of Secret service using MongoDB #69
jihyungSong
started this conversation in
Ideas
Replies: 1 comment
-
Related Issue is generated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Propose Date : 2022-12-07
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.
Beta Was this translation helpful? Give feedback.
All reactions