Update SealWrapStorage in passthrough to use newer style glob for matching all
This commit is contained in:
parent
a6063977b9
commit
60adb4297f
|
@ -35,7 +35,7 @@ func LeaseSwitchedPassthroughBackend(ctx context.Context, conf *logical.BackendC
|
|||
|
||||
PathsSpecial: &logical.Paths{
|
||||
SealWrapStorage: []string{
|
||||
"/",
|
||||
"*",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue