Skip to content

Commit cf147b9

Browse files
committed
make gen
1 parent 36fd02f commit cf147b9

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ OPTIONS:
4646
the workspace serves malicious JavaScript. This is recommended for
4747
security purposes if a --wildcard-access-url is configured.
4848

49+
--disable-workspace-sharing bool, $CODER_DISABLE_WORKSPACE_SHARING
50+
Disable workspace sharing (requires the "workspace-sharing" experiment
51+
to be enabled). Workspace ACL checking is disabled and only owners can
52+
have ssh, apps and terminal access to workspaces. Access based on the
53+
'owner' role is also allowed unless disabled via
54+
--disable-owner-workspace-access.
55+
4956
--swagger-enable bool, $CODER_SWAGGER_ENABLE
5057
Expose the swagger endpoint via /swagger.
5158

cli/testdata/server-config.yaml.golden

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@ disablePathApps: false
497497
# workspaces.
498498
# (default: <unset>, type: bool)
499499
disableOwnerWorkspaceAccess: false
500+
# Disable workspace sharing (requires the "workspace-sharing" experiment to be
501+
# enabled). Workspace ACL checking is disabled and only owners can have ssh, apps
502+
# and terminal access to workspaces. Access based on the 'owner' role is also
503+
# allowed unless disabled via --disable-owner-workspace-access.
504+
# (default: <unset>, type: bool)
505+
disableWorkspaceSharing: false
500506
# These options change the behavior of how clients interact with the Coder.
501507
# Clients include the Coder CLI, Coder Desktop, IDE extensions, and the web UI.
502508
client:

coderd/apidoc/docs.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/general.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/schemas.md

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/cli/server.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ OPTIONS:
4747
the workspace serves malicious JavaScript. This is recommended for
4848
security purposes if a --wildcard-access-url is configured.
4949

50+
--disable-workspace-sharing bool, $CODER_DISABLE_WORKSPACE_SHARING
51+
Disable workspace sharing (requires the "workspace-sharing" experiment
52+
to be enabled). Workspace ACL checking is disabled and only owners can
53+
have ssh, apps and terminal access to workspaces. Access based on the
54+
'owner' role is also allowed unless disabled via
55+
--disable-owner-workspace-access.
56+
5057
--swagger-enable bool, $CODER_SWAGGER_ENABLE
5158
Expose the swagger endpoint via /swagger.
5259

0 commit comments

Comments
 (0)