Skip to content

Commit 1000e60

Browse files
authored
Merge pull request github#16911 from github/repo-sync
repo sync
2 parents bdd3ece + 074e3fb commit 1000e60

22 files changed

+86
-19
lines changed

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Secrets stored in an environment are only available to workflow jobs that refere
7171

7272
{% data reusables.actions.permissions-statement-environment %}
7373

74+
{% ifversion fpt or ghec %}
75+
{% note %}
76+
77+
**Note:** To create an environment in a private repository, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
78+
79+
{% endnote %}
80+
{% endif %}
81+
7482
{% data reusables.repositories.navigate-to-repo %}
7583
{% data reusables.repositories.sidebar-settings %}
7684
{% data reusables.actions.sidebar-environment %}

content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ topics:
1212
- Organizations
1313
- Teams
1414
shortTitle: View organization insights
15+
permissions: Organization members can view organization insights.
1516
---
1617

17-
All members of an organization can view organization insights. For more information, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."
18-
1918
You can use organization activity insights to help you better understand how members of your organization are using {% data variables.product.product_name %} to collaborate and work on code. Dependency insights can help you track, report, and act on your organization's open source usage.
2019

20+
{% note %}
21+
22+
**Note:** To view organization insights, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
23+
24+
{% endnote %}
25+
2126
## Viewing organization activity insights
2227

2328
{% note %}

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ You can access {% data variables.product.company_short %}'s compliance reports i
1717

1818
{% data reusables.security.compliance-report-list %}
1919

20+
21+
{% note %}
22+
23+
**Note:** To view compliance reports, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
24+
25+
{% endnote %}
26+
2027
## Accessing compliance reports for your organization
2128

2229
{% data reusables.profile.access_org %}

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ When restricted email notifications are enabled in an organization, members can
3030

3131
{% data reusables.notifications.email-restrictions-verification %}
3232

33+
{% ifversion fpt or ghec %}
34+
{% note %}
35+
36+
**Note:** To restrict email notifications, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
37+
38+
{% endnote %}
39+
{% endif %}
40+
3341
Outside collaborators are not subject to restrictions on email notifications for verified or approved domains. For more information about outside collaborators, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators)."
3442

3543
If your organization is owned by an enterprise account, organization members will be able to receive notifications from any domains verified or approved for the enterprise account, in addition to any domains verified or approved for the organization. For more information, see "[Verifying or approving a domain for your enterprise](/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise)."

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,17 @@ Using the qualifier `country`, you can filter events in the audit log based on t
135135
You can interact with the audit log using the GraphQL API{% ifversion fpt or ghec %} or the REST API{% endif %}.
136136

137137
{% ifversion fpt or ghec %}
138-
The audit log API requires {% data variables.product.prodname_ghe_cloud %}.{% ifversion fpt %} {% data reusables.enterprise.link-to-ghec-trial %}{% endif %}
139-
140-
### Using the GraphQL API
141-
142-
{% endif %}
143138

144139
{% note %}
145140

146-
**Note**: The audit log GraphQL API is available for organizations using {% data variables.product.prodname_enterprise %}. {% data reusables.gated-features.more-info-org-products %}
141+
**Note:** To use the audit log API, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
147142

148143
{% endnote %}
149144

145+
### Using the GraphQL API
146+
147+
{% endif %}
148+
150149
To ensure your intellectual property is secure, and you maintain compliance for your organization, you can use the audit log GraphQL API to keep copies of your audit log data and monitor:
151150
{% data reusables.audit_log.audit-log-api-info %}
152151

@@ -162,12 +161,6 @@ For example, you can make a GraphQL request to see all the new organization memb
162161

163162
### Using the REST API
164163

165-
{% note %}
166-
167-
**Note:** The audit log REST API is available for users of {% data variables.product.prodname_ghe_cloud %} only.
168-
169-
{% endnote %}
170-
171164
To ensure your intellectual property is secure, and you maintain compliance for your organization, you can use the audit log REST API to keep copies of your audit log data and monitor:
172165
{% data reusables.audit_log.audited-data-list %}
173166

content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ shortTitle: SSH certificate authorities
2020

2121
An SSH certificate is a mechanism for one SSH key to sign another SSH key. If you use an SSH certificate authority (CA) to provide your organization members with signed SSH certificates, you can add the CA to your enterprise account or organization to allow organization members to use their certificates to access organization resources.
2222

23+
{% data reusables.organizations.ssh-ca-ghec-only %}
24+
2325
After you add an SSH CA to your organization or enterprise account, you can use the CA to sign client SSH certificates for organization members. Organization members can use the signed certificates to access your organization's repositories (and only your organization's repositories) with Git. Optionally, you can require that members use SSH certificates to access organization resources. For more information, see "[Managing your organization's SSH certificate authorities](/articles/managing-your-organizations-ssh-certificate-authorities)" and "[Enforcing policies for security settings in your enterprise](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise#managing-ssh-certificate-authorities-for-your-enterprise)."
2426

2527
For example, you can build an internal system that issues a new certificate to your developers every morning. Each developer can use their daily certificate to work on your organization's repositories on {% data variables.product.product_name %}. At the end of the day, the certificate can automatically expire, protecting your repositories if the certificate is later compromised.

content/organizations/managing-git-access-to-your-organizations-repositories/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ children:
2020
shortTitle: Manage Git access
2121
---
2222

23+
{% data reusables.organizations.ssh-ca-ghec-only %}

content/organizations/managing-git-access-to-your-organizations-repositories/managing-your-organizations-ssh-certificate-authorities.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ topics:
1414
- Organizations
1515
- Teams
1616
shortTitle: Manage SSH authorities
17+
permissions: Organization owners can manage an organization's SSH certificate authorities (CA).
1718
---
1819

19-
Organization owners can manage an organization's SSH certificate authorities (CA).
20-
2120
You can allow members to access your organization's repositories using SSH certificates you provide by adding an SSH CA to your organization. {% data reusables.organizations.can-require-ssh-cert %} For more information, see "[About SSH certificate authorities](/articles/about-ssh-certificate-authorities)."
2221

22+
{% data reusables.organizations.ssh-ca-ghec-only %}
23+
2324
{% data reusables.organizations.add-extension-to-cert %}
2425

2526
## Adding an SSH certificate authority

content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ Enterprise owners can restrict the options you have available for your organizat
4040
![Repository creation options](/assets/images/help/organizations/repo-creation-perms-radio-buttons.png)
4141
{%- elsif fpt %}
4242
![Repository creation options](/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png)
43+
{%- endif %}
4344

45+
{% ifversion fpt or ghec %}
4446
{% note %}
4547

46-
**Note:** To restrict members to creating private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}.
48+
**Note:** To restrict members to creating private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
4749

4850
{% endnote %}
4951
{%- endif %}

content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ shortTitle: IAM with SAML SSO
1818

1919
{% data reusables.saml.dotcom-saml-explanation %}
2020

21+
{% data reusables.saml.ghec-only %}
22+
2123
{% data reusables.saml.saml-accounts %}
2224

2325
Organization owners can enforce SAML SSO for an individual organization, or enterprise owners can enforce SAML SSO for all organizations in an enterprise account. For more information, see "[Configuring SAML single sign-on for your enterprise](/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise)."

0 commit comments

Comments
 (0)