From 45f14256fe885815d0e44201b4faa8cc107d970d Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 18 May 2015 09:37:31 -0700 Subject: [PATCH] Update github.html.md Fixing incorrect documentation about case sensitivity --- website/source/docs/auth/github.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/github.html.md b/website/source/docs/auth/github.html.md index 1fa88cc71c..5d290a9ef0 100644 --- a/website/source/docs/auth/github.html.md +++ b/website/source/docs/auth/github.html.md @@ -72,7 +72,7 @@ Success! Data written to: auth/github/map/teams/owners ``` The above would make anyone in the "owners" team a root user in Vault -(not recommended). Note: the team ("owners") is case-sensitive. +(not recommended). You can then auth with a user that is a member of the "owners" team using a Personal Access Token with the `read:org` scope.