Documentation: add encryption wrapper to integrations

This commit is contained in:
Brandon Lum 2017-03-31 10:45:27 -04:00 committed by Jia Jun Brandon Lum
parent 9ca7f22e84
commit e6b685b1ed

View File

@ -21,6 +21,7 @@
- [etcd/clientv3](https://github.com/coreos/etcd/blob/master/clientv3) - the officially maintained Go client for v3
- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client for v2
- [go-etcd](https://github.com/coreos/go-etcd) - the deprecated official client. May be useful for older (<2.0.0) versions of etcd.
- [encWrapper](https://github.com/lumjjb/etcd/tree/enc_wrapper/clientwrap/encwrapper) - encWrapper is an encryption wrapper for the etcd client Keys API/KV.
**Java libraries**