Remove root token requirement from GitHub configuration

This commit is contained in:
Jeff Mitchell
2016-02-25 08:51:53 -05:00
parent 949e707006
commit 6018c88708

View File

@@ -24,10 +24,6 @@ func Backend() *framework.Backend {
Help: backendHelp,
PathsSpecial: &logical.Paths{
Root: []string{
"config",
},
Unauthenticated: []string{
"login",
},