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.
1 parent ff7bd81 commit d123b9fCopy full SHA for d123b9f
coderd/rbac/builtin.go
@@ -65,7 +65,6 @@ var (
65
Name: member,
66
DisplayName: "Member",
67
Site: permissions(map[Object][]Action{
68
- // TODO: @emyrk in EE we should restrict this to only certain fields.
69
// All users can read all other users and know they exist.
70
ResourceUser: {ActionRead},
71
}),
0 commit comments