Update SealWrapStorage in passthrough to use newer style glob for matching all

This commit is contained in:
Jeff Mitchell 2018-03-18 14:25:15 -04:00
parent a6063977b9
commit 60adb4297f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func LeaseSwitchedPassthroughBackend(ctx context.Context, conf *logical.BackendC
PathsSpecial: &logical.Paths{
SealWrapStorage: []string{
"/",
"*",
},
},