Hardcode type "webhook" in concierge_impersonation_proxy_test.go

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Margo Crawford 2021-03-25 17:19:47 -07:00 committed by Ryan Richard
parent 6f2882b831
commit b6e217e13a
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ func getImpersonationKubeconfig(t *testing.T, env *library.TestEnv, impersonatio
"--oidc-skip-browser",
"--static-token", env.TestUser.Token,
"--concierge-authenticator-name", authenticator.Name,
"--concierge-authenticator-type", authenticator.Kind,
"--concierge-authenticator-type", "webhook",
// Force the use of impersonation proxy strategy, but let it auto-discover the endpoint and CA.
"--concierge-mode", "ImpersonationProxy"}
t.Log("Running:", pinnipedExe, getKubeConfigCmd)