Skip to content

Implement to store encrypted data in MongoDB #16

@jihyungSong

Description

@jihyungSong

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions