Hardcode type "webhook" in concierge_impersonation_proxy_test.go
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
parent
6f2882b831
commit
b6e217e13a
@ -1102,7 +1102,7 @@ func getImpersonationKubeconfig(t *testing.T, env *library.TestEnv, impersonatio
|
|||||||
"--oidc-skip-browser",
|
"--oidc-skip-browser",
|
||||||
"--static-token", env.TestUser.Token,
|
"--static-token", env.TestUser.Token,
|
||||||
"--concierge-authenticator-name", authenticator.Name,
|
"--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.
|
// Force the use of impersonation proxy strategy, but let it auto-discover the endpoint and CA.
|
||||||
"--concierge-mode", "ImpersonationProxy"}
|
"--concierge-mode", "ImpersonationProxy"}
|
||||||
t.Log("Running:", pinnipedExe, getKubeConfigCmd)
|
t.Log("Running:", pinnipedExe, getKubeConfigCmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user