cott-io / iron-cli-releases-repo

Project Iron (Fe) release artifacts and installation utilities
0 stars 0 forks source link

[Improvement] Forward STDIN across network #10

Closed pkopriv2 closed 5 years ago

pkopriv2 commented 6 years ago

To get fully distributed pipelines, we need to support forwarding stdin across the network. This could eventually lead to greatly enhanced security because secrets will no longer have to be accessible by anchors, e.g.:

cp secrets.json - | cut #/db_user #/db_pass | fg @anchor env @/usr/bin/myapp 

AC:

pkopriv2 commented 6 years ago

Beginning work.

benhammes commented 5 years ago

This will be part of #18