Skip to content

Commit 58ac6f2

Browse files
committed
oidc: add cli oidcclient
Signed-off-by: Bryce Palmer <[email protected]>
1 parent f9f1897 commit 58ac6f2

File tree

1 file changed

+8
-0
lines changed
  • test/extended/authentication

1 file changed

+8
-0
lines changed

test/extended/authentication/oidc.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,14 @@ func generateOIDCProvider(ctx context.Context, client *exutil.CLI, namespace, oi
489489
Name: oidcClientSecret,
490490
},
491491
},
492+
{
493+
ComponentName: "cli",
494+
ComponentNamespace: "openshift-console",
495+
ClientID: "openshift-cli-oidc-client",
496+
ClientSecret: configv1.SecretNameReference{
497+
Name: oidcClientSecret,
498+
},
499+
},
492500
},
493501
}, nil
494502
}

0 commit comments

Comments
 (0)