distribution/storage
Brian Bland 07ba5db168 Serializes upload state to an HMAC token for subsequent requests
To support clustered registry, upload UUIDs must be recognizable by
registries that did not issue the UUID. By creating an HMAC verifiable
upload state token, registries can validate upload requests that other
instances authorized. The tokenProvider interface could also use a redis
store or other system for token handling in the future.
2015-01-05 14:27:05 -08:00
..
doc.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
filereader.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
filereader_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
layer.go Move manifest to discrete package 2015-01-02 13:23:11 -08:00
layer_test.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00
layerreader.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
layerstore.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00
layerupload.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00
manifeststore.go Decouple manifest signing and verification 2015-01-02 15:46:47 -08:00
manifeststore_test.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00
paths.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
paths_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
services.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00