Encrypt HBase at-rest data in Cloud

╄→гoц情女王★ 提交于 2019-12-23 12:14:45

问题


I am pretty new to HBase and have been assigned a task to move our infrastructure to cloud. Our HBase data contains some customer information and hence needs to be encrypted while at-rest. I am already reading this: Transparent Encryption of Data At Rest (http://hbase.apache.org/book/ch08s03.html#hbase.encryption.server)

It looks like a good solution except the fact that we have to store the password as plain text on each node. Is there a way to avoid this? Like store the password at just one location and source it to each node or something similar?

Thanks

来源:https://stackoverflow.com/questions/27369427/encrypt-hbase-at-rest-data-in-cloud

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!