From d373645b8c4295664f4c967c212fca6a9cccb9b5 Mon Sep 17 00:00:00 2001 From: Ryan Doyle Date: Tue, 21 Jul 2015 10:33:23 +1000 Subject: [PATCH] docs: glibc NSS module for resolving names in etcd --- Documentation/libraries-and-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 009ff4a8106..b8781161b16 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -117,3 +117,4 @@ A detailed recap of client functionalities can be found in the [clients compatib - [xordataexchange/crypt](https://github.com/xordataexchange/crypt) - Securely store values in etcd using GPG encryption - [spf13/viper](https://github.com/spf13/viper) - Go configuration library, reads values from ENV, pflags, files, and etcd with optional encryption - [lytics/metafora](https://github.com/lytics/metafora) - Go distributed task library +- [ryandoyle/nss-etcd](https://github.com/ryandoyle/nss-etcd) - A GNU libc NSS module for resolving names from etcd.