Skip to content

Commit

Permalink
Vault 2176 snapshot config issue (#12317)
Browse files Browse the repository at this point in the history
* removing redirect line from handler.go

* adding changelog entry

* adding changes
  • Loading branch information
akshya96 committed Aug 16, 2021
1 parent 17406a8 commit 171c2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/12317.txt
@@ -0,0 +1,3 @@
```release-note: bug
core (enterprise): Fixes reading raft auto-snapshot configuration from performance standby node
```
1 change: 1 addition & 0 deletions http/handler.go
Expand Up @@ -109,6 +109,7 @@ func init() {
alwaysRedirectPaths.AddPaths([]string{
"sys/storage/raft/snapshot",
"sys/storage/raft/snapshot-force",
"!sys/storage/raft/snapshot-auto/config",
})
}

Expand Down

0 comments on commit 171c2ad

Please sign in to comment.