File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,12 @@ agentFallbackTroubleshootingURL: https://coder.com/docs/coder-oss/latest/templat
315
315
# --wildcard-access-url is configured.
316
316
# (default: <unset>, type: bool)
317
317
disablePathApps: false
318
+ # Remove the permission for the 'owner' role to have workspace execution on all
319
+ # workspaces. This prevents the 'owner' from ssh, apps, and terminal access based
320
+ # on the 'owner' role. They still have their user permissions to access their own
321
+ # workspaces.
322
+ # (default: <unset>, type: bool)
323
+ disableOwnerWorkspaceExec: false
318
324
# These options change the behavior of how clients interact with the Coder.
319
325
# Clients include the coder cli, vs code extension, and the web UI.
320
326
client:
You can’t perform that action at this time.
0 commit comments