From a26964c855e4df71ec6605e35ee1ea8a577d3d75 Mon Sep 17 00:00:00 2001 From: raoofm Date: Fri, 24 Mar 2017 16:09:58 -0400 Subject: [PATCH] op-guide: Remove guest role from v3 auth doc --- Documentation/op-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/authentication.md b/Documentation/op-guide/authentication.md index 25e18f472..9fd8f0f97 100644 --- a/Documentation/op-guide/authentication.md +++ b/Documentation/op-guide/authentication.md @@ -6,7 +6,7 @@ Authentication was added in etcd 2.1. The etcd v3 API slightly modified the auth ## Special users and roles -There is one special user, `root`, and there are two special roles, `root` and `guest`. +There is one special user, `root`, and one special role, `root`. ### User `root`