Skip to content

feat: add disabling of default 'everyone' group access to template #7982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update golden files
  • Loading branch information
Emyrk committed Jun 13, 2023
commit 678171f4b6d175f477ccbc7dfe05168fefd7f199
16 changes: 8 additions & 8 deletions docs/cli/templates_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ Specify a default TTL for workspaces created from this template.

Specify the directory to create from, use '-' to read tar from stdin.

### --disable-everyone

| | |
| ---- | ----------------- |
| Type | <code>bool</code> |

Disable the default behavior of granting template access to the 'everyone' group. The template permissions must be updated to allow non-admin users to use this template.

### --failure-ttl

| | |
Expand All @@ -56,6 +48,14 @@ Specify a failure TTL for workspaces created from this template. This licensed f

Specify an inactivity TTL for workspaces created from this template. This licensed feature's default is 0h (off).

### --private

| | |
| ---- | ----------------- |
| Type | <code>bool</code> |

Disable the default behavior of granting template access to the 'everyone' group. The template permissions must be updated to allow non-admin users to use this template.

### --provisioner-tag

| | |
Expand Down