<#15617 Ability to create encrypted archives> Issu...
# github-notifications
c
#15617 Ability to create encrypted archives Issue created by sureshjoshi Is your feature request related to a problem? Please describe. I have several use cases where I ship/deploy zipped archives to semi-trusted environments. They all need to be encrypted, and it's a manual step (could be a
shell_command
- but would be nice to have something built into the pipeline. Not sure how common a use case or request it is. Describe the solution you'd like I don't have one yet - I will prototype some possible solutions around extending the
archive
target with encryption fields, but the idea is that the output of
archive
or some sort of "final" output gets piped through an optional symmetric encryption block (or asymmetric if we're in the mood). For now, the fields could be as simple as encryption type, key sizes, etc.... pantsbuild/pants