mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add chat sharing foundation (#25041)
This commit is contained in:
Generated
+1
@@ -275,6 +275,7 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
|
||||
]
|
||||
}
|
||||
},
|
||||
"disable_chat_sharing": true,
|
||||
"disable_owner_workspace_exec": true,
|
||||
"disable_password_auth": true,
|
||||
"disable_path_apps": true,
|
||||
|
||||
Generated
+6
-3
File diff suppressed because one or more lines are too long
Generated
+10
@@ -1169,6 +1169,16 @@ Remove the permission for the 'owner' role to have workspace execution on all wo
|
||||
|
||||
Disable workspace sharing. Workspace ACL checking is disabled and only owners can have ssh, apps and terminal access to workspaces. Access based on the 'owner' role is also allowed unless disabled via --disable-owner-workspace-access.
|
||||
|
||||
### --disable-chat-sharing
|
||||
|
||||
| | |
|
||||
|-------------|------------------------------------------|
|
||||
| Type | <code>bool</code> |
|
||||
| Environment | <code>$CODER_DISABLE_CHAT_SHARING</code> |
|
||||
| YAML | <code>disableChatSharing</code> |
|
||||
|
||||
Disable chat sharing. Chat ACL checking is disabled and only owners can access their chats.
|
||||
|
||||
### --session-duration
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user