mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
logical/framework: PathMap is case insensitive by default
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user