- Notifications
You must be signed in to change notification settings - Fork927
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 ineb1602b
users,err:=api.Database.GetUsersByIDs(ctx,userIDs) | |
iferr!=nil { | |
returnworkspaceBuildsData{},xerrors.Errorf("get users: %w",err) | |
} |