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/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance/using-saml.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,15 @@ These attributes are available. You can change the attribute names in the [manag
71
71
|`public_keys`| Optional | The public SSH keys for the user. More than one can be specified. |
72
72
|`gpg_keys`| Optional | The GPG keys for the user. More than one can be specified. |
73
73
74
+
To specify more than one value for an attribute, use multiple `<saml2:AttributeValue>` elements.
Copy file name to clipboardExpand all lines: content/admin/configuration/configuring-network-settings/using-github-enterprise-server-with-a-load-balancer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Because client connections to {% data variables.product.prodname_ghe_server %} c
31
31
32
32
{% data reusables.enterprise_clustering.proxy_xff_firewall_warning %}
33
33
34
+
{% data reusables.enterprise_installation.terminating-tls %}
35
+
34
36
### Enabling PROXY protocol support on {% data variables.product.product_location %}
35
37
36
38
We strongly recommend enabling PROXY protocol support for both your appliance and the load balancer. Use the instructions provided by your vendor to enable the PROXY protocol on your load balancer. For more information, see [the PROXY protocol documentation](http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).
@@ -50,8 +52,6 @@ We strongly recommend enabling PROXY protocol support for both your appliance an
50
52
51
53
{% data reusables.enterprise_clustering.x-forwarded-for %}
52
54
53
-
{% data reusables.enterprise_installation.terminating-tls %}
54
-
55
55
{% data reusables.enterprise_site_admin_settings.access-settings %}
56
56
{% data reusables.enterprise_site_admin_settings.management-console %}
57
57
{% data reusables.enterprise_management_console.privacy %}
Copy file name to clipboardExpand all lines: content/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud.md
permissions: 'Enterprise owners who are also owners of a {% data variables.product.prodname_ghe_cloud %} organization or enterprise account can enable {% data variables.product.prodname_github_connect %}.'
14
13
versions:
15
14
ghes: '*'
16
15
ghae: '*'
@@ -60,6 +59,12 @@ Enabling {% data variables.product.prodname_github_connect %} will not allow {%
60
59
For more information about managing enterprise accounts using the GraphQL API, see "[Enterprise accounts](/graphql/guides/managing-enterprise-accounts)."
61
60
## Enabling {% data variables.product.prodname_github_connect %}
62
61
62
+
Enterprise owners who are also owners of an organization or enterprise account that uses {% data variables.product.prodname_ghe_cloud %} can enable {% data variables.product.prodname_github_connect %}.
63
+
64
+
If you're connecting {% data variables.product.product_location %} to an organization on {% data variables.product.prodname_dotcom_the_website %} that is not owned by an enterprise account, you must enable {% data variables.product.prodname_github_connect %} with a personal account on {% data variables.product.prodname_dotcom_the_website %} that is an owner of the organization.
65
+
66
+
If you're connecting {% data variables.product.product_location %} to an organization on {% data variables.product.prodname_dotcom_the_website %} that is owned by an enterprise account or to an enterprise account itself, you must enable {% data variables.product.prodname_github_connect %} with a personal account on {% data variables.product.prodname_dotcom_the_website %} that is an owner of the enterprise account.
67
+
63
68
{% ifversion ghes %}
64
69
1. Sign in to {% data variables.product.product_location %} and {% data variables.product.prodname_dotcom_the_website %}.
65
70
{% data reusables.enterprise-accounts.access-enterprise %}{% ifversion ghes < 3.1 %}{% data reusables.enterprise-accounts.settings-tab %}{% endif %}{% data reusables.enterprise-accounts.github-connect-tab %}{% else %}
@@ -73,7 +78,9 @@ For more information about managing enterprise accounts using the GraphQL API, s
73
78
1. Next to the enterprise account or organization you'd like to connect, click **Connect**.
74
79

75
80
76
-
## Disconnecting a {% data variables.product.prodname_ghe_cloud %} organization or enterprise account from your enterprise account
81
+
## Disabling {% data variables.product.prodname_github_connect %}
82
+
83
+
Enterprise owners can disable {% data variables.product.prodname_github_connect %}.
77
84
78
85
When you disconnect from {% data variables.product.prodname_ghe_cloud %}, the {% data variables.product.prodname_github_connect %} {% data variables.product.prodname_github_app %} is deleted from your enterprise account or organization and credentials stored on {% data variables.product.product_location %} are deleted.
Copy file name to clipboardExpand all lines: content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Before launching {% data variables.product.product_location %} on Azure, you'll
62
62
63
63
{% data reusables.enterprise_installation.necessary_ports %}
64
64
65
-
4. Create and attach a new unencrypted data disk to the VM, and configure the size based on your user license count. For more information, see "[az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach)" in the Microsoft documentation.
65
+
4. Create and attach a new managed data disk to the VM, and configure the size based on your license count. All Azure managed disks created since June 10, 2017 are encrypted at rest by default with Storage Service Encryption (SSE). For more information about the `az vm disk attach` command, see "[az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach)" in the Microsoft documentation.
66
66
67
67
Pass in options for the name of your VM (for example, `ghe-acme-corp`), the resource group, the premium storage SKU, the size of the disk (for example, `100`), and a name for the resulting VHD.
A user account is considered to be dormant if it has not been active for {% ifversion ghec %}90 days{% else %}at least a month{% endif %}.{% ifversion ghes%} You may choose to suspend dormant users to release user licenses.{% endif %}
1
+
{% ifversion not ghec%}By default, a{% else %}A{% endif %} user account is considered to be dormant if it has not been active for 90 days. {% ifversion not ghec %}You can configure the length of time a user must be inactive to be considered dormant{% ifversion ghes%} and choose to suspend dormant users to release user licenses{% endif %}.{% endif %}
**Note:** Locking a repository prevents all read or write access to the repository. You cannot associate new teams or collaborators with a locked repository.
3
+
**Note:** Locking a repository prevents all write access to the repository. You cannot associate new teams or collaborators with a locked repository.
4
4
5
5
If you're performing a trial run, you do not need to lock the repository. When you migrate data from a repository that's in use, {% data variables.product.company_short %} strongly recommends locking the repository. For more information, see "[About Migrations](/enterprise/admin/migrations/about-migrations#types-of-migrations)."
If you configure SAML SSO, members of your organization will continue to log into their user accounts on {% data variables.product.prodname_dotcom_the_website %}. When a member accesses resources within your organization that uses SAML SSO, {% data variables.product.prodname_dotcom %} redirects the member to your IdP to authenticate. After successful authentication, your IdP redirects the member back to {% data variables.product.prodname_dotcom %}, where the member can access your organization's resources.
1
+
If you configure SAML SSO, members of your organization will continue to log into their user accounts on {% data variables.product.prodname_dotcom_the_website %}. When a member accesses non-public resources within your organization that uses SAML SSO, {% data variables.product.prodname_dotcom %} redirects the member to your IdP to authenticate. After successful authentication, your IdP redirects the member back to {% data variables.product.prodname_dotcom %}, where the member can access your organization's resources.
2
+
3
+
{% note %}
4
+
5
+
**Note:** Organization members can perform read operations such as viewing, cloning, and forking on public resources owned by your organization even without a valid SAML session.
Copy file name to clipboardExpand all lines: lib/rest/static/decorated/api.github.com.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -40057,11 +40057,11 @@
40057
40057
},
40058
40058
"required_approving_review_count": {
40059
40059
"type": "integer",
40060
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
40060
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
40061
40061
"name": "required_approving_review_count",
40062
40062
"in": "body",
40063
40063
"rawType": "integer",
40064
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
40064
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
40065
40065
"childParamsGroups": []
40066
40066
}
40067
40067
},
@@ -40162,11 +40162,11 @@
40162
40162
},
40163
40163
{
40164
40164
"type": "integer",
40165
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
40165
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
40166
40166
"name": "required_approving_review_count",
40167
40167
"in": "body",
40168
40168
"rawType": "integer",
40169
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
40169
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
40170
40170
"childParamsGroups": []
40171
40171
}
40172
40172
]
@@ -40739,11 +40739,11 @@
40739
40739
},
40740
40740
"required_approving_review_count": {
40741
40741
"type": "integer",
40742
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
40742
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
40743
40743
"name": "required_approving_review_count",
40744
40744
"in": "body",
40745
40745
"rawType": "integer",
40746
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
40746
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
40747
40747
"childParamsGroups": []
40748
40748
}
40749
40749
},
@@ -40844,11 +40844,11 @@
40844
40844
},
40845
40845
{
40846
40846
"type": "integer",
40847
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
40847
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
40848
40848
"name": "required_approving_review_count",
40849
40849
"in": "body",
40850
40850
"rawType": "integer",
40851
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
40851
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
40852
40852
"childParamsGroups": []
40853
40853
}
40854
40854
]
@@ -41580,11 +41580,11 @@
41580
41580
},
41581
41581
"required_approving_review_count": {
41582
41582
"type": "integer",
41583
-
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
41583
+
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
41584
41584
"name": "required_approving_review_count",
41585
41585
"in": "body",
41586
41586
"rawType": "integer",
41587
-
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
41587
+
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
41588
41588
"childParamsGroups": []
41589
41589
}
41590
41590
}
@@ -41720,11 +41720,11 @@
41720
41720
},
41721
41721
{
41722
41722
"type": "integer",
41723
-
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
41723
+
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
41724
41724
"name": "required_approving_review_count",
41725
41725
"in": "body",
41726
41726
"rawType": "integer",
41727
-
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
41727
+
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
Copy file name to clipboardExpand all lines: lib/rest/static/decorated/github.ae.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30333,11 +30333,11 @@
30333
30333
},
30334
30334
"required_approving_review_count": {
30335
30335
"type": "integer",
30336
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
30336
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
30337
30337
"name": "required_approving_review_count",
30338
30338
"in": "body",
30339
30339
"rawType": "integer",
30340
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
30340
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
30341
30341
"childParamsGroups": []
30342
30342
}
30343
30343
},
@@ -30438,11 +30438,11 @@
30438
30438
},
30439
30439
{
30440
30440
"type": "integer",
30441
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
30441
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
30442
30442
"name": "required_approving_review_count",
30443
30443
"in": "body",
30444
30444
"rawType": "integer",
30445
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
30445
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
30446
30446
"childParamsGroups": []
30447
30447
}
30448
30448
]
@@ -31015,11 +31015,11 @@
31015
31015
},
31016
31016
"required_approving_review_count": {
31017
31017
"type": "integer",
31018
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
31018
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
31019
31019
"name": "required_approving_review_count",
31020
31020
"in": "body",
31021
31021
"rawType": "integer",
31022
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
31022
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
31023
31023
"childParamsGroups": []
31024
31024
}
31025
31025
},
@@ -31120,11 +31120,11 @@
31120
31120
},
31121
31121
{
31122
31122
"type": "integer",
31123
-
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
31123
+
"description": "<p>Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
31124
31124
"name": "required_approving_review_count",
31125
31125
"in": "body",
31126
31126
"rawType": "integer",
31127
-
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
31127
+
"rawDescription": "Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
31128
31128
"childParamsGroups": []
31129
31129
}
31130
31130
]
@@ -31856,11 +31856,11 @@
31856
31856
},
31857
31857
"required_approving_review_count": {
31858
31858
"type": "integer",
31859
-
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
31859
+
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
31860
31860
"name": "required_approving_review_count",
31861
31861
"in": "body",
31862
31862
"rawType": "integer",
31863
-
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
31863
+
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
31864
31864
"childParamsGroups": []
31865
31865
}
31866
31866
}
@@ -31996,11 +31996,11 @@
31996
31996
},
31997
31997
{
31998
31998
"type": "integer",
31999
-
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.</p>",
31999
+
"description": "<p>Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.</p>",
32000
32000
"name": "required_approving_review_count",
32001
32001
"in": "body",
32002
32002
"rawType": "integer",
32003
-
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.",
32003
+
"rawDescription": "Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
0 commit comments