Make reindex a root path as well
This commit is contained in:
parent
f3bee3550c
commit
4a966726e5
|
@ -60,6 +60,7 @@ func NewSystemBackend(core *Core, config *logical.BackendConfig) (logical.Backen
|
|||
"audit/*",
|
||||
"raw/*",
|
||||
"replication/primary/secondary-token",
|
||||
"replication/reindex",
|
||||
"rotate",
|
||||
"config/auditing/*",
|
||||
},
|
||||
|
|
|
@ -21,7 +21,8 @@ func TestSystemBackend_RootPaths(t *testing.T) {
|
|||
"audit",
|
||||
"audit/*",
|
||||
"raw/*",
|
||||
"replication/*",
|
||||
"replication/primary/secondary-token",
|
||||
"replication/reindex",
|
||||
"rotate",
|
||||
"config/auditing/*",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue