Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PR to Support GitHub Enterprise Cloud with Data Residency #4367

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

neethu-p
Copy link

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.domain.ghe.com.

  1. 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.

  2. 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.

@neethu-p neethu-p requested review from a team as code owners January 17, 2025 12:37
@neethu-p neethu-p changed the title PR to Support GitHub Enterprise Cloud with Data Residency feat: PR to Support GitHub Enterprise Cloud with Data Residency Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant