Post

GitHub Server vs GitHub Cloud vs GitHub EMU

I sometimes have calls when customers ask about the differences between different GitHub deployments so I’ll keep the comparison on this page.

To be clear from the start, GitHub Enterprise Managed Users (EMU) is a different way of managing users on github.com, or to be more exact a different ownership of user accounts and I explain it in more details in another post. EMUs use the same github.com platform and other than some limitations, everything else mostly works the same as on standard GitHub Enterprise Cloud.

 GitHub Enterprise Cloud (GHEC)GitHub Enterprise Server (GHES)
Data residencyThe data hosted at GitHub’s datacentre in the USOn your infrastructure (either your AWS/Azure/GCP or in your instance of Hyper-V/OpenStack/VMWare)
User authenticationSAML:
- Active Directory Federation Services (ADFS)
- Azure Active Directory (Azure AD)
- Okta
- OneLogin
- PingOne
- Shibboleth
SAML SSO can be configured either on organisation or on enterprise account level.
Central Authentication Service (CAS)
LDAP:
- Active Directory
- FreeIPA
- Oracle Directory Server Enterprise Edition
- OpenLDAP
- Open Directory
- 389-ds
SAML:
- Active Directory Federation Services (AD FS)
- Azure Active Directory (Azure AD)
- Okta
- OneLogin
- PingOne
- Shibboleth
User provisioningSCIM user provisioning/deprovisioning:
- Azure AD
- Okta
- OneLogin
SCIM user provisioning requires SAML to be configured on organisation level. SCIM user provisioning with SAML configured on Enterprise Account level is only available in Enterprise Managed Users option.
As of 25 Sept 2023 SCIM user provisioning is in private beta
GitHub Team syncTeam sync is available with:
- Azure AD
- Okta
Depends on SCIM, so also as of 25 Sept 2023 it’s in beta
Domain nameThe customer can’t choose the domain name. It will always be github.comThe customer can either access the instance by IP address or use your custom domain name.
Who owns user accounts?Individual GitHub users in case of standard/classic GitHub; in case of EMU - the companyThe company
Licensing (GitHub only, excl. add-on products like GitHub Advanced Security)Per unique user in Enterprise AccountPer unique user on the server
The license allows for unlimited instances (backup/HA/staging/another production) for the same unique users
SupportEnterprise support is included in the monthly/annually subscription. Premium and Premium Plus support options are available.← Same
Reliability99.9% monthly uptime SLA. The status is published on GitHub Status Reliability is the responsibility of the customer
SecurityShared responsibilityCustomer’s responsibility
Application Upgrade and Bug/Security FixesThe platform receives frequent automated updatesThe customer is responsible for upgrading the application
Email/SMTP serverNot requiredRequired for sending email notifications
GitHub ActionsCan be used without extra configuration.Requires additional hardware resources and storage (Azure Blob storage, Amazon S3 or S3-compatible MinIO Gateway).
GitHub PAckagesCan be used without extra configuration.Requires additional storage (Azure Blob storage, Amazon S3 or S3-compatible MinIO Gateway).
Dependabot updatesOther than turning it on - no additional requirementsRequires GitHub Actions
This post is licensed under CC BY 4.0 by the author.