Skip to content

chore: Merge more rbac files #6927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
Emyrk committed Mar 31, 2023
commit edea703a8a74fd43c1af505d239d70b9f5fee435
1 change: 0 additions & 1 deletion coderd/rbac/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func (roles Roles) Names() []string {
return names
}


// CanAssignRole is a helper function that returns true if the user can assign
// the specified role. This also can be used for removing a role.
// This is a simple implementation for now.
Expand Down