Suggestion of Secret service using etcd #17
jihyungSong
started this conversation in
Ideas
Replies: 1 comment
-
An issue related to etcd connector development has been 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-11-17
Proposer : @jihyungSong @whdalsrnt
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 use etcd as a backend for Secret service.
(https://etcd.io/)
etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines.
Since most of the data by the users is in the key-values type, it is very suitable to use etcd, and Kubernetes also uses etcd by default, it is good to integrate with Cloudforet.
Basically, etcd is not stored in an encrypted, but it is not difficult to implement encryption and decryption of data before being stored in etcd through the handler structure of the Secret service.
Beta Was this translation helpful? Give feedback.
All reactions