mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
fix for get user kubeconfig
This commit is contained in:
@@ -103,7 +103,7 @@ func getProjectsForAccount(ctx context.Context, accountID, orgID, partnerID stri
|
||||
}
|
||||
projects = append(projects, ap.ProjectID)
|
||||
projectsMap[ap.ProjectID] = ap.Scope
|
||||
if ap.Scope == "ORGANIZATION" {
|
||||
if ap.Scope == "organization" {
|
||||
isOrgScope = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user