Disable workspace trust
Disable workspace trust
What does this MR do and why?
Every time a user opens up a new workspace, there a warning which creates friction from the user perspective. This MR disables this warning for the following reasons:
- The workspace is being created from the code which is present in the project.
- The user is authorized to create a workspace from the project.
- Workspaces are designed to be ephemeral in nature and should be looked at as - use and throw instances of your development environment --
MR acceptance checklist
-
Do not show the "Workspace trust" warning modal the first time that a user opens a workspace.
Result
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Prerequisites
- Configure a Cluster Agent (instructions found here)
Steps
- Visit any group or project member pages such as
http://gdk.test:3000/-/remote_development/workspaces - Follow the set up for workspaces found here
Edited by Joseph Fletcher
