Offload crypto to a plugin mechanism to enable HSM and managed cloud crypto support
#779 创建于 2022年3月22日
仓库指标
- 星标
- (9,222 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
In the README I see this line:
NOTE: we are working on providing key management mechanisms that offload the encryption to HSM based modules or managed cloud crypto solutions such as KMS.
This is clearly not happening right now:
- the ticket for KMS was closed as 'wontfix'. #64
- the Hashicorp Vault ticket got closed as Stale: #293
There should be a managed crypto solution eventually, either through direct support, or having a mechanism to offload crypto to an external service.
Crypto could be offloaded to a plugin mechanism so that sealed-secrets doesn't need to directly support KMS and various different HSM solutions, but 3rd party solutions could implement their own crypto offloading. This possibility was mentioned in the vault ticket https://github.com/bitnami-labs/sealed-secrets/pull/293#issuecomment-544848392