-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support GitHub Enterprise Cloud with Data Residency (#4367)
Hello team, This PR is raised to enhance the module’s functionality to support GitHub Enterprise Cloud with data residency. Reference issue - #4364 Below are the details of the changes: 1. The PR introduces support for GitHub Enterprise Cloud instances hosted on a dedicated subdomain of `ghe.com`, in addition to the current handling of `github.com` and GHES. 2.The primary difference between `github.com` and `ghe.com` is the API access URL. While `github.com` uses `https://api.github.com`, GHE Cloud instances use the format `https://api.companyname.ghe.com`. 3. To accommodate this, I have utilised the existing `ghes_url` parameter. The new `ghe.com` URL can be passed to this parameter for smooth integration. 4. This change has been thoroughly tested across all GitHub instances: GHES, `github.com`, and `ghe.com`, ensuring compatibility and reliability. Please review the PR and let me know if you have any feedback or suggestions. --------- Co-authored-by: Neethu Pandhaplavil <[email protected]> Co-authored-by: Jørgen Jervidalo <[email protected]> Co-authored-by: Niek Palm <[email protected]>
- Loading branch information
1 parent
3acbae1
commit e5ebd5f
Showing
14 changed files
with
351 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.