Skip to content

Commit

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

* update

* Add changelog

* update changelog
  • Loading branch information
Zlaticanin authored Oct 16, 2023
1 parent 5cd28a6 commit a5ca9e8
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
Expand Up @@ -3,6 +3,7 @@
## v0.16.3

IMPROVEMENTS:
* Prevent write-ahead-log data from being replicated to performance secondaries [GH-164](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/164)
* Update dependencies [[GH-161]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/161)
* github.com/Azure/azure-sdk-for-go v68.0.0
* Update dependencies [[GH-162]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/162)
Expand Down
3 changes: 3 additions & 0 deletions backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ func backend() *azureSecretBackend {
b.Backend = &framework.Backend{
Help: strings.TrimSpace(backendHelp),
PathsSpecial: &logical.Paths{
LocalStorage: []string{
framework.WALPrefix,
},
SealWrapStorage: []string{
"config",
},
Expand Down

0 comments on commit a5ca9e8

Please sign in to comment.