Skip to content

Commit

Permalink
Make framework.WALPrefix a local path (#137)
Browse files Browse the repository at this point in the history
* Make framework.WALPrefix a local path

* add changelog

* Update CHANGELOG.md

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>

---------

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
  • Loading branch information
Zlaticanin and fairclothjm authored Oct 16, 2023
1 parent c82d678 commit 9df3be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v0.16.2
IMPROVEMENTS:
* Prevent write-ahead-log data from being replicated to performance secondaries [GH-137](https://github.com/hashicorp/vault-plugin-auth-azure/pull/137)
* Added Azure API configurable retry options [GH-133](https://github.com/hashicorp/vault-plugin-auth-azure/pull/133)

## v0.16.1
Expand Down
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 9df3be7

Please sign in to comment.