Skip to content

Commit

Permalink
Make framework.WALPrefix a local path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Oct 14, 2023
1 parent c82d678 commit ace1d37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ func backend() *azureAuthBackend {
Invalidate: b.invalidate,
Help: backendHelp,
PathsSpecial: &logical.Paths{
LocalStorage: []string{
framework.WALPrefix,
},
Unauthenticated: []string{
"login",
},
Expand Down

0 comments on commit ace1d37

Please sign in to comment.