bitnami/sealed-secrets

Feature Request: Multiple key support

開放

#120 建立於 2018年10月23日

 (9 則留言) (7 個反應) (0 位負責人)Go (771 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (9,222 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We have many kubernetes clusters. For lots of secrets, we encrypt them per-cluster, as they're unique to that cluster.

For some secrets, we would like to encrypt them once, and have all clusters be able to decrypt those secrets. Examples might be, the newrelic or pagerduty API keys. Each cluster would have the dynamically generated key that's unique to it, and we would like to use that key to encrypt the global decryption key.

This could be modelled by allowing SealedSecrets to optionally reference a different decryption key, potentially?

貢獻者指南