2755: add support to arv-put for signed manifests.
authorTim Pierce <twp@curoverse.com>
Wed, 28 May 2014 21:58:09 +0000 (17:58 -0400)
committerTim Pierce <twp@curoverse.com>
Wed, 28 May 2014 22:12:26 +0000 (18:12 -0400)
commit46460c9615f07184ecb9917e4c948635712859da
tree077781200ffc3897a5836df421c431f280d4a4a2
parent40b6a69496aa50349d07daa6b28ae36bddd8a6a4
2755: add support to arv-put for signed manifests.

When arv-put finishes a stream, the manifest it stores in Keep now has
been stripped of signatures and other variable hints.

test_cmdline.py tests arv-put's handling of the manifest to make sure
that, when permissions are enabled, the manifest in Keep lacks
signatures, and the same manifest returned from the API server includes
signatures.

Refs #2755.
sdk/python/arvados/collection.py
sdk/python/test_cmdline.py [new file with mode: 0644]
services/api/config/application.yml.example