-
Notifications
You must be signed in to change notification settings - Fork 894
docs: add documentation for template update policies #10804
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
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
docs: add documentation for template update policies
- Loading branch information
commit dc756d7dcb0783426ff98822a86e0988c46b7351
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Administering Templates | ||
|
||
Templates offer a variety of configuration options to template admins. | ||
|
||
<children> | ||
</children> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# General Settings | ||
|
||
 | ||
|
||
## Display Info | ||
|
||
Display Info allows admins to modify how templates are displayed to users. This | ||
can be useful for showing a more user-friendly name in the UI along with a | ||
relevant icon and description. | ||
|
||
## Operations | ||
|
||
### Cancel in-progress jobs | ||
|
||
Canceling in-progress jobs allows users to cancel ongoing workspace builds. | ||
While this can be helpful for cases where a build is unlikely to finish, it also | ||
carries the risk of potentially corrupting your workspace. The setting is | ||
disabled by default. | ||
|
||
### Require automatic updates | ||
|
||
Admins can require all workspaces update to the latest active template version | ||
when they're started. This can be used to enforce security patches or other | ||
important changes are quickly applied to all workspaces. This setting is not | ||
mandatory for template admins to ensure template iteration is still possible. | ||
|
||
While this setting applies to both manual starts and | ||
[autostarts](../workspaces.md), promoting a template version that requires | ||
manual intervention by the user (such as mandatory new template paremeters) will | ||
result in autostart being disabled for all incompatible workspaces until a | ||
manual update is performed by the user. | ||
|
||
This setting is an enterprise-only feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Permissions | ||
sreya marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
 | ||
|
||
Permissions allow you to control who can use and modify the template. Both | ||
individual user and groups can be added to the access list for a template. | ||
Members can be assigned either a `Use` role, granting use of the template to | ||
create workspaces, or `Admin`, allowing a user or members of a group to control | ||
all aspects of the template. This offers a way to elevate the privileges of | ||
ordinary users for specific templates without granting them the site-wide role | ||
of `Template Admin`. | ||
|
||
By default the `Everyone` group is assigned to each template meaning any Coder | ||
user can use the template to create a workspace. To prevent this, disable the | ||
`Allow everyone to use the template` setting when creating a template. | ||
|
||
 | ||
|
||
Permissions is an enterprise-only feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.