From 26d87ed1a5d76720d7541646795f6fa0bc830940 Mon Sep 17 00:00:00 2001 From: Olivier Gambier Date: Fri, 22 May 2015 02:17:55 -0700 Subject: [PATCH] No reason to detail here Signed-off-by: Olivier Gambier --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 47cd0b28b..d6ecbee9b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -604,8 +604,7 @@ auth: rootcertbundle: /root/certs/bundle ``` -The `auth` option is **optional** as there are use cases (i.e. a mirror that -only permits pulls) for which authentication may not be desired. There are +The `auth` option is **optional**. There are currently 2 possible auth providers, `silly` and `token`. You can configure only one `auth` provider.