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: content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,19 @@ By default, a codespace can only access the repository from which it was created
37
37
{% data reusables.organizations.click-codespaces %}
38
38
1. Under "User permissions", select one of the following options:
39
39
40
-
***Allow for all users** to allow all your organization members to use {% data variables.product.prodname_codespaces %}.
41
40
***Selected users** to select specific organization members to use {% data variables.product.prodname_codespaces %}.
41
+
***Allow for all members** to allow all your organization members to use {% data variables.product.prodname_codespaces %}.
42
+
***Allow for all members and outside collaborators** to allow all your organization members as well as outside collaborators to use {% data variables.product.prodname_codespaces %}.
42
43
43
-

44
+

45
+
46
+
{% note %}
47
+
48
+
**Note:** When you select **Allow for all members and outside collaborators**, all outside collaborators who have been added to specific repositories can create and use {% data variables.product.prodname_codespaces %}. Your organization will be billed for all usage incurred by outside collaborators. For more information on managing outside collaborators, see "[About outside collaborators](/organizations/managing-access-to-your-organizations-repositories/adding-outside-collaborators-to-repositories-in-your-organization#about-outside-collaborators)."
49
+
50
+
{% endnote %}
51
+
52
+
1. Click **Save**.
44
53
45
54
## Disabling {% data variables.product.prodname_codespaces %} for your organization
@@ -173,6 +174,7 @@ export default function (app) {
173
174
174
175
// *** Config and context for rendering ***
175
176
app.use(asyncMiddleware(instrument(findPage,'./find-page')))// Must come before archived-enterprise-versions, breadcrumbs, featured-links, products, render-page
177
+
app.use(asyncMiddleware(instrument(spotContentFlaws,'./spot-content-flaws')))// Must come after findPage
176
178
app.use(instrument(blockRobots,'./block-robots'))
177
179
178
180
// Check for a dropped connection before proceeding
0 commit comments