Fix failing active directory integration test
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
a010e72b29
commit
8adc1ce345
@ -263,6 +263,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) {
|
|||||||
"--concierge-authenticator-name", authenticator.Name,
|
"--concierge-authenticator-name", authenticator.Name,
|
||||||
"--oidc-session-cache", sessionCachePath,
|
"--oidc-session-cache", sessionCachePath,
|
||||||
"--credential-cache", credentialCachePath,
|
"--credential-cache", credentialCachePath,
|
||||||
|
"--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups",
|
||||||
})
|
})
|
||||||
|
|
||||||
// Run "kubectl get namespaces" which should trigger a cli-based login.
|
// Run "kubectl get namespaces" which should trigger a cli-based login.
|
||||||
@ -406,6 +407,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) {
|
|||||||
"--oidc-skip-listen",
|
"--oidc-skip-listen",
|
||||||
"--oidc-ca-bundle", testCABundlePath,
|
"--oidc-ca-bundle", testCABundlePath,
|
||||||
"--oidc-session-cache", sessionCachePath,
|
"--oidc-session-cache", sessionCachePath,
|
||||||
|
"--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups",
|
||||||
"--credential-cache", credentialCachePath,
|
"--credential-cache", credentialCachePath,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user