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 dd1d380 commit 7d0fad4Copy full SHA for 7d0fad4
coderd/httpmw/workspaceagent.go
@@ -93,7 +93,7 @@ func ExtractWorkspaceAgent(db database.Store) func(http.Handler) http.Handler {
93
}
94
95
// A user that creates a workspace can use this agent auth token and
96
- // impersonate the workspace. So to prevent privledge escalation, the
+ // impersonate the workspace. So to prevent privilege escalation, the
97
// subject inherits the roles of the user that owns the workspace.
98
// We then add a workspace-agent scope to limit the permissions
99
// to only what the workspace agent needs.
0 commit comments