mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Support periodic tidy callback and config endpoints.
This commit is contained in:
@@ -35,8 +35,8 @@ func Backend() *framework.Backend {
|
||||
secretAccessKeys(&b),
|
||||
},
|
||||
|
||||
Rollback: rollback,
|
||||
RollbackMinAge: 5 * time.Minute,
|
||||
WALRollback: walRollback,
|
||||
WALRollbackMinAge: 5 * time.Minute,
|
||||
}
|
||||
|
||||
return b.Backend
|
||||
|
||||
Reference in New Issue
Block a user