Vault 2176 snapshot config issue (#12317)

* removing redirect line from handler.go

* adding changelog entry

* adding changes
This commit is contained in:
akshya96 2021-08-16 10:12:00 -07:00 committed by GitHub
parent 17406a8b19
commit 171c2ade3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
changelog/12317.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note: bug
core (enterprise): Fixes reading raft auto-snapshot configuration from performance standby node
```

View file

@ -109,6 +109,7 @@ func init() {
alwaysRedirectPaths.AddPaths([]string{
"sys/storage/raft/snapshot",
"sys/storage/raft/snapshot-force",
"!sys/storage/raft/snapshot-auto/config",
})
}