30x / shipyardctl

command line interface for Shipyard API
Apache License 2.0
0 stars 3 forks source link

proxy bundle generation #4

Closed noahdietz closed 8 years ago

noahdietz commented 8 years ago

Look into implementing Edge proxy bundle generation.

Fills out policy information based on org/env values and public key.

Zipped and ready for upload via Edge UI

noahdietz commented 8 years ago

CHANGE: due to a native golang zip package compatibility issue with java's native zip util, we are unable to programmatically zip the bundle and follow it with a successful upload it to Apigee Edge. Thus, the proxy bundle will be written to apiproxy and the user must zip it themselves with whatever utility they desire, prior to upload.