Remove most Root paths

This commit is contained in:
Jeff Mitchell
2016-05-31 23:42:54 +00:00
parent 3b4f53b1ab
commit 74a1e3bd61
7 changed files with 5 additions and 42 deletions

View File

@@ -78,10 +78,6 @@ func createBackend(conf *logical.BackendConfig) (*backend, error) {
Help: strings.TrimSpace(backendHelp),
PathsSpecial: &logical.Paths{
Root: []string{
"config/*",
"keys/*",
},
Unauthenticated: []string{
"verify",
},