From 8adc1ce345f7b9b518f1c22a6b63c42e678b9ac7 Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Wed, 22 Jun 2022 16:16:32 -0700 Subject: [PATCH] Fix failing active directory integration test Signed-off-by: Margo Crawford --- test/integration/supervisor_warnings_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/supervisor_warnings_test.go b/test/integration/supervisor_warnings_test.go index 27c58179..04f77b25 100644 --- a/test/integration/supervisor_warnings_test.go +++ b/test/integration/supervisor_warnings_test.go @@ -263,6 +263,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) { "--concierge-authenticator-name", authenticator.Name, "--oidc-session-cache", sessionCachePath, "--credential-cache", credentialCachePath, + "--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups", }) // 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-ca-bundle", testCABundlePath, "--oidc-session-cache", sessionCachePath, + "--oidc-scopes", "offline_access,openid,pinniped:request-audience,groups", "--credential-cache", credentialCachePath, })