You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/devurls.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ scroll down to **Dev URL Access Permissions**.
87
87
You can set the maximum access level, but developers may choose to restrict
88
88
access further.
89
89
90
-
For example, if you set the maximum access level as
91
-
**Authenticated**, then any dev URLs created for workspaces in your Coder
92
-
deployment will be accessible to any authenticated Coder user.
90
+
For example, if you set the maximum access level as **Authenticated**, then any
91
+
dev URLs created for workspaces in your Coder deployment will be accessible to
92
+
any authenticated Coder user.
93
93
94
94
The developer, however, can choose to set a stricter permission level (e.g.,
95
95
allowing only those in their organization to use the dev URL). Developers cannot
@@ -107,4 +107,5 @@ To do so, you can either:
107
107
- Use SSH tunneling to tunnel the web app to individual developers' `localhost`
108
108
instead of dev URLs (this is also an out-of-the-box feature included with VS
109
109
Code Remote)
110
-
- Use this workaround for [multiple callback sub-URLs](https://stackoverflow.com/questions/35942009/github-oauth-multiple-authorization-callback-url/38194107#38194107)
0 commit comments