We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66d548f + 8601bb4 commit 2325423Copy full SHA for 2325423
pkg/virtual/initializingworkspaces/builder/build.go
@@ -252,8 +252,6 @@ func BuildVirtualWorkspace(
252
for k, v := range info.Extra {
253
extra[k] = v
254
}
255
- // Scope the user to the cluster they are accessing.
256
- extra["authentication.kcp.io/scopes"] = []string{fmt.Sprintf("cluster:%s", cluster)}
257
258
thisCfg := rest.CopyConfig(cfg)
259
thisCfg.Impersonate = rest.ImpersonationConfig{
0 commit comments