Skip to main content

About GitHub Connect

GitHub Connect enhances GitHub Enterprise Server by giving you access to additional features and workflows that rely on the power of GitHub.com.

About GitHub Connect

GitHub Connect enhances GitHub Enterprise Server by allowing GitHub Enterprise Server ์ธ์Šคํ„ด์Šค to benefit from the power of GitHub.com in limited ways. After you enable GitHub Connect, you can enable additional features and workflows that rely on GitHub.com, such as Dependabot alerts for security vulnerabilities that are tracked in the GitHub Advisory Database.

GitHub Connect does not open GitHub Enterprise Server ์ธ์Šคํ„ด์Šค to the public internet. None of your enterprise's private data is exposed to GitHub.com users. Instead, GitHub Connect transmits only the limited data needed for the individual features you choose to enable. Unless you enable license sync, no personal data is transmitted by GitHub Connect. For more information about what data is transmitted by GitHub Connect, see "Data transmission for GitHub Connect."

Enabling GitHub Connect will not allow GitHub.com users to make changes to GitHub Enterprise Server.

To enable GitHub Connect, you configure a connection between GitHub Enterprise Server ์ธ์Šคํ„ด์Šค and enterprise account on GitHub.com that uses GitHub Enterprise Cloud. ์—ฐ๊ฒฐ์€ ํฌํŠธ 443 ๋˜๋Š” 80์„ ํ†ตํ•œ HTTPS๋ฅผ ์‚ฌ์šฉํ•˜๋ฉฐ TLS๋กœ ๋ณดํ˜ธ๋ฉ๋‹ˆ๋‹ค. For more information, see "GitHub ์—ฐ๊ฒฐ ๊ด€๋ฆฌ."

After enabling GitHub Connect, you will be able to enable features such as automatic user license sync and Dependabot alerts. For more information about all of the features available, see "GitHub Connect features."

GitHub Connect features

After you configure the connection between GitHub Enterprise Server ์ธ์Šคํ„ด์Šค and GitHub Enterprise Cloud, you can enable individual features of GitHub Connect for your enterprise.

FeatureDescriptionMore information
Automatic user license syncManage license usage across your GitHub Enterprise deployments by automatically syncing user licenses from GitHub Enterprise Server ์ธ์Šคํ„ด์Šค to GitHub Enterprise Cloud."์—”ํ„ฐํ”„๋ผ์ด์ฆˆ์—์„œ ์‚ฌ์šฉ์ž ๋ผ์ด์„ ์Šค ์ž๋™ ๋™๊ธฐํ™” ์‚ฌ์šฉ"
DependabotAllow users to find and fix vulnerabilities in code dependencies."์—”ํ„ฐํ”„๋ผ์ด์ฆˆ์— Dependabot ์‚ฌ์šฉ"
GitHub.com actionsAllow users to use actions from GitHub.com in public workflow files."GitHub Connect๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ GitHub.com ์ž‘์—…์— ์ž๋™ ์•ก์„ธ์Šค ์‚ฌ์šฉ"
Server StatisticsAnalyze your own aggregate data from GitHub Enterprise Server, and help us improve GitHub products."์—”ํ„ฐํ”„๋ผ์ด์ฆˆ์— ์„œ๋ฒ„ ํ†ต๊ณ„ ์‚ฌ์šฉ"
Unified searchAllow users to include repositories on GitHub.com in their search results when searching from GitHub Enterprise Server ์ธ์Šคํ„ด์Šค."์—”ํ„ฐํ”„๋ผ์ด์ฆˆ์— ๋Œ€ํ•œ ํ†ตํ•ฉ ๊ฒ€์ƒ‰ ์‚ฌ์šฉ"
Unified contributionsAllow users to include anonymized contribution counts for their work on GitHub Enterprise Server ์ธ์Šคํ„ด์Šค in their contribution graphs on GitHub.com."์—”ํ„ฐํ”„๋ผ์ด์ฆˆ์— ํ†ตํ•ฉ ๊ธฐ์—ฌ ์‚ฌ์šฉ"

Data transmission for GitHub Connect

When GitHub Connect is enabled, a record on GitHub Enterprise Cloud stores information about the connection. If you enable individual features of GitHub Connect, additional data is transmitted.

Note: No repositories, issues, or pull requests are ever transmitted from GitHub Enterprise Server to GitHub.com by GitHub Connect.

Data transmitted when GitHub Connect is enabled

When you enable GitHub Connect or specific GitHub Connect features, a record on GitHub Enterprise Cloud stores the following information about the connection.

  • The public key portion of your GitHub Enterprise Server license
  • A hash of your GitHub Enterprise Server license
  • The customer name on your GitHub Enterprise Server license
  • The version of GitHub Enterprise Server ์ธ์Šคํ„ด์Šค
  • The hostname of GitHub Enterprise Server ์ธ์Šคํ„ด์Šค
  • The enterprise account on GitHub Enterprise Cloud that's connected to GitHub Enterprise Server ์ธ์Šคํ„ด์Šค
  • The authentication token that's used by GitHub Enterprise Server ์ธ์Šคํ„ด์Šค to make requests to GitHub Enterprise Cloud
  • If Transport Layer Security (TLS) is enabled and configured on GitHub Enterprise Server ์ธ์Šคํ„ด์Šค
  • The GitHub Connect features that are enabled on GitHub Enterprise Server ์ธ์Šคํ„ด์Šค, and the date and time of enablement
  • The dormancy threshold for your enterprise
  • The number of dormant users for your enterprise
  • A count of license-consuming seats, which does not include suspended users

GitHub Connect syncs the above connection data between GitHub Enterprise Server ์ธ์Šคํ„ด์Šค and GitHub Enterprise Cloud weekly, starting from the day and approximate time that GitHub Connect was enabled.

Data transmitted by individual features of GitHub Connect

Additional data is transmitted if you enable individual features of GitHub Connect.

FeatureDataWhich way does the data flow?Where is the data used?
Automatic user license syncEach GitHub Enterprise Server user's user ID and email addressesFrom GitHub Enterprise Server to GitHub Enterprise CloudGitHub Enterprise Cloud
Dependabot alertsVulnerability alertsFrom GitHub.com to GitHub Enterprise ServerGitHub Enterprise Server
Dependabot updatesDependencies and the metadata for each dependency's repository

If a dependency is stored in a private repository on GitHub.com, data will only be transmitted if Dependabot is configured and authorized to access that repository.
From GitHub.com to GitHub Enterprise ServerGitHub Enterprise Server
GitHub.com actionsName of action, action (YAML file from GitHub Marketplace)From GitHub.com to GitHub Enterprise Server

From GitHub Enterprise Server to GitHub.com
GitHub Enterprise Server
Server StatisticsAggregate metrics about your usage of GitHub Enterprise Server. For the complete list of metrics, see "์„œ๋ฒ„ ํ†ต๊ณ„ ์ •๋ณด."From GitHub Enterprise Server to GitHub Enterprise CloudGitHub Enterprise Cloud
Unified searchSearch terms, search resultsFrom GitHub.com to GitHub Enterprise Server

From GitHub Enterprise Server to GitHub.com
GitHub Enterprise Server
Unified contributionsContribution countsFrom GitHub Enterprise Server to GitHub.comGitHub.com

Further reading