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 516b88d commit 7f9b4adCopy full SHA for 7f9b4ad
coderd/rbac/roles.go
@@ -169,6 +169,9 @@ func ReloadBuiltinRoles(opts *RoleOptions) {
169
ResourceAuditLog.Type: {ActionRead},
170
ResourceUser.Type: {ActionRead},
171
ResourceGroup.Type: {ActionRead},
172
+ // Allow auditors to query deployment stats and insights.
173
+ ResourceDeploymentStats.Type: {ActionRead},
174
+ ResourceDeploymentValues.Type: {ActionRead},
175
// Org roles are not really used yet, so grant the perm at the site level.
176
ResourceOrganizationMember.Type: {ActionRead},
177
}),
0 commit comments