Do not root protect role configurations

This commit is contained in:
Armon Dadgar
2015-04-27 14:07:20 -07:00
parent 3330d43d44
commit aaf10cd624
8 changed files with 8 additions and 16 deletions

View File

@@ -22,7 +22,6 @@ func Backend() *framework.Backend {
PathsSpecial: &logical.Paths{
Root: []string{
"config/*",
"roles/*",
},
},