logical/framework: PathMap is case insensitive by default

This commit is contained in:
Mitchell Hashimoto
2015-05-11 10:27:04 -07:00
parent 5d1baaace4
commit 11a009d5ab
3 changed files with 15 additions and 7 deletions

View File

@@ -17,8 +17,7 @@ func Backend() *framework.Backend {
var b backend
b.Map = &framework.PolicyMap{
PathMap: framework.PathMap{
Name: "teams",
CaseInsensitive: true,
Name: "teams",
},
DefaultKey: "default",
}