ClusterPreview shows only one scope
, even if there are multiple configured in the kubeconfig
#3055
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Description
The review page of the cluster wizard only displays one oidc scope, even if multiple scopes are configured in the kubeconfig. The configuration may look like this:
It would only display
scope_a
Expected result
scope_a
,scope_b
andscope_c
should be displayed.Actual result
Only
scope_a
is shown.Steps to reproduce
Add a kubeconfig with multiple extra scopes as shown above and navigate to the review page.
Troubleshooting
The text was updated successfully, but these errors were encountered: