notaryproject / notary

Notary is a project that allows anyone to have trust over arbitrary collections of data
Apache License 2.0
3.23k stars 511 forks source link

Implement etcd storage backend for cache #836

Open endophage opened 8 years ago

endophage commented 8 years ago

When notary clients are run in a distributed manner, it would be good to have an implementation of the backend cache directly against etcd.

HuKeping commented 8 years ago

If the purpose is to have a KV-store running on the back-end, why just the etcd although I do think it's the best KV-store at present.

endophage commented 8 years ago

@HuKeping if there are other stores people are interested in we should add issues for them. We've had a request specifically for etcd as a bunch of other docker projects already use it and they want to integrate Notary with a distributed client cache