You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was done assuming an auditor would also want to audit the insights and template information, however this is complicating the role into a Template-Reader + Auditor access.
Our docs do not mention reading templates for the Auditor role, so we should drop this permission. Calling it a bug, rather than trying to maintain backwards compatibility.
IMO Global auditors should have read access to all templates but shouldn't necessarily be able to create workspaces. I'm in favor of future custom roles that actually disallow users (maybe a restricted auditor) from creating any type of workspace.
Let's research how other products treat the "auditor" role before committing to a specific solution, though. My mind jumps to "readonly access to everything, but shouldn't be allowed to create cloud infra," but there are other platforms we can validate with (e.g. Hashicorp Cloud).
Our permissions do not determine the difference from
read
template anduse
template. Auditors are currently givenread
access to templates:coder/coderd/rbac/roles.go
Line 302 in 202f7f7
This was done assuming an auditor would also want to audit the insights and template information, however this is complicating the role into a
Template-Reader
+Auditor
access.Our docs do not mention reading templates for the Auditor role, so we should drop this permission. Calling it a bug, rather than trying to maintain backwards compatibility.
https://coder.com/docs/admin/users/groups-roles#roles
Reproduce
everyone
group from the permissionsThe text was updated successfully, but these errors were encountered: