forwarding requests subjected to Login MFA to the active node (#15009)

* forwarding requests subjected to Login MFA to the active node

* CL, and making fmt happy
This commit is contained in:
Hamid Ghaf
2022-04-13 10:11:53 -04:00
committed by GitHub
parent 617e62c8bf
commit e072acf2e2
3 changed files with 10 additions and 2 deletions

View File

@@ -10,10 +10,9 @@ import (
"time"
"github.com/hashicorp/go-secure-stdlib/strutil"
"github.com/stretchr/testify/require"
"github.com/hashicorp/vault/sdk/helper/consts"
"github.com/hashicorp/vault/sdk/logical"
"github.com/stretchr/testify/require"
)
func BenchmarkBackendRoute(b *testing.B) {