mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add chat sharing foundation (#25041)
This commit is contained in:
+4
@@ -36,6 +36,10 @@ OPTIONS:
|
||||
creating a token without specifying a duration, such as when
|
||||
authenticating the CLI or an IDE plugin.
|
||||
|
||||
--disable-chat-sharing bool, $CODER_DISABLE_CHAT_SHARING
|
||||
Disable chat sharing. Chat ACL checking is disabled and only owners
|
||||
can access their chats.
|
||||
|
||||
--disable-owner-workspace-access bool, $CODER_DISABLE_OWNER_WORKSPACE_ACCESS
|
||||
Remove the permission for the 'owner' role to have workspace execution
|
||||
on all workspaces. This prevents the 'owner' from ssh, apps, and
|
||||
|
||||
+4
@@ -530,6 +530,10 @@ disableOwnerWorkspaceAccess: false
|
||||
# --disable-owner-workspace-access.
|
||||
# (default: <unset>, type: bool)
|
||||
disableWorkspaceSharing: false
|
||||
# Disable chat sharing. Chat ACL checking is disabled and only owners can access
|
||||
# their chats.
|
||||
# (default: <unset>, type: bool)
|
||||
disableChatSharing: false
|
||||
# These options change the behavior of how clients interact with the Coder.
|
||||
# Clients include the Coder CLI, Coder Desktop, IDE extensions, and the web UI.
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user