-
Notifications
You must be signed in to change notification settings - Fork 952
Labels
customer-reportedBugs reported by enterprise customers. Only humans may set this.Bugs reported by enterprise customers. Only humans may set this.s1Bugs that break core workflows. Only humans may set this.Bugs that break core workflows. Only humans may set this.
Description
Given:
- an org
- a group with a member assigned (with only a "Member" role)
- a role with all permissions afforded and assigned to the member
- a template owned by an org
- a workspace using the org's template
When attempting to view all workspaces in an org as the above member, I encounter this error:
This stems from:
coder/coderd/workspacebuilds.go
Lines 667 to 670 in eb1602b
users, err := api.Database.GetUsersByIDs(ctx, userIDs) | |
if err != nil { | |
return workspaceBuildsData{}, xerrors.Errorf("get users: %w", err) | |
} |
areeseburnett and Emyrk
Metadata
Metadata
Assignees
Labels
customer-reportedBugs reported by enterprise customers. Only humans may set this.Bugs reported by enterprise customers. Only humans may set this.s1Bugs that break core workflows. Only humans may set this.Bugs that break core workflows. Only humans may set this.