mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix: remove mount prefix from config path used to invalidate connections (#9129)
This commit is contained in:
parent
5fbec550a6
commit
e4d212f2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
databaseConfigPath = "database/config/"
|
||||
databaseConfigPath = "config/"
|
||||
databaseRolePath = "role/"
|
||||
databaseStaticRolePath = "static-role/"
|
||||
minRootCredRollbackAge = 1 * time.Minute
|
||||
|
|
|
|||
Loading…
Reference in a new issue