mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
credential/github: case insensitive mappings
This commit is contained in:
@@ -16,7 +16,10 @@ func Factory(map[string]string) (logical.Backend, error) {
|
||||
func Backend() *framework.Backend {
|
||||
var b backend
|
||||
b.Map = &framework.PolicyMap{
|
||||
PathMap: framework.PathMap{Name: "teams"},
|
||||
PathMap: framework.PathMap{
|
||||
Name: "teams",
|
||||
CaseInsensitive: true,
|
||||
},
|
||||
DefaultKey: "default",
|
||||
}
|
||||
b.Backend = &framework.Backend{
|
||||
|
||||
Reference in New Issue
Block a user