Allow secret exports to filter the exportable fields #36
Labels
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
discussion
This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
enhancement
This issue is a feature request
priority/unprioritized-backlog
Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Describe the problem/challenge you have
I would like to export the ca.crt and tls.crt of a
kubernetes.io/tls
secret without exporting the private tls.key (or more generally, only export the public portion of asymmetric cryptography secrets, or an arbitrary subset of Opaque secrets).Describe the solution you'd like
New optional fields in the SecretExport.spec (e.g.
exportField
,exportFields
) to specify which portions of a secret to offer for export.The text was updated successfully, but these errors were encountered: