From e6b685b1ed990a47e196e37a2ca80bd679fa2024 Mon Sep 17 00:00:00 2001 From: Brandon Lum Date: Fri, 31 Mar 2017 10:45:27 -0400 Subject: [PATCH] Documentation: add encryption wrapper to integrations --- Documentation/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 855f30535..6e5a0ed87 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -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**