Connect a GitHub Enterprise Server
With Reunite you can integrate GitHub Enterprise Server as your Git provider using GitHub Apps.
Before you begin
Make sure you have the following before you begin:
- You must have an OWNER role in your GitHub organization.
Create a new GitHub App with a manifest flow
Redocly provides a possibility to create a new GitHub app via register app from a manifest.
- On the Overview page for your organization, click Self-hosted Git providers.
- Click Add new provider.
- In the Add new provider modal, complete the following:
- Choose a GitHub Provider Type.
- Enter a name for the Git provider.
- Enter the GitHub Enterprise Server server URL.
- Enter the GitHub Enterprise Server organization name where you want to create this app. You are redirected to your GitHub Enterprise Server where you need to confirm the app creation with the name you added in the Name field.
- Click Save.
The self-hosted GitHub Enterprise Server provider displays on the list of Git providers. Users in your organization can select this provider to add a repository as a project source to Reunite, or to add content from a remote repository.
Add an existing GitHub App
If you already have an existing GitHub App or want to create it on your own, you can select the Add existing app option.
To connect your GitHub Enterprise Server instance to Reunite, you must create a GitHub App on your instance and copy the App ID, Client ID, App name, Client secret and Private key for use in a later step in the process.
The GitHub App must have Repository permissions:
- Administration: read
- Checks: read
- Commit statuses: write
- Contents: write
- Metadata: read
- Pull requests: read
- Webhooks: write
Organization permissions:
- Members: read
- Webhooks: write
Account permissions:
- Email addresses: read
The App should be subscribed to the next webhook events: create
, delete
, pull request
and push
. Use one of the following Redirect and Webhooks URIs based on your location:
- Redirect URI:
https://app.cloud.redocly.com/callback/oauth2
. - Webhooks URI:
https://app.cloud.redocly.com/webhooks/git/github_server
.
See Create GitHub App in GitHub documentation for more information on creating a GitHub App.
To add a self-hosted GitHub Enterprise Server provider in Reunite for your organization:
On the Overview page for your organization, click Self-hosted Git providers.
Click Add new provider.
In the Add new provider modal, complete the following:
- Choose a GitHub Provider Type.
- Copy the Redirect URI and paste it into your provider's application settings.
- Enter a name for the Git provider.
- Enter the GitHub Enterprise Server URL.
- Enter the GitHub Enterprise App ID from your Git provider.
- Enter the GitHub Enterprise Client ID from your Git provider.
- Enter the GitHub Enterprise App name from your Git provider.
- Enter the GitHub Enterprise Client Secret from your Git provider.
- Enter the GitHub Enterprise Private key from your Git provider.
Click Save.
The self-hosted GitHub Enterprise Server provider displays on the list of Git providers. Users in your organization can select this provider to add a repository as a project source to Reunite, or to add content from a remote repository.
Edit GitHub Enterprise Server provider properties
You can edit the properties of your self-hosted Git provider to reflect the changes in your infrastructure.
To edit GitHub Enterprise Server provider's properties:
- On the Organization page, click Self-hosted Git providers.
- Next to the Git provider you want to modify, click the Edit icon.
- Adjust the details as needed.
- Click Save.
Delete an existing GitHub Enterprise Server provider
You can delete self-hosted Git provider integrations you no longer need.
To delete self-hosted Git provider instances:
- On the Organization page, click Self-hosted Git providers.
- Next to the Git provider you want to modify, click the Delete icon.
- Enter the provider name; this step ensures that you delete the correct provider. Then click the Delete button to confirm deletion.
Deleting a Git self-hosted provider instance removes all associated OAuth and personal access token authorization credentials, and stops synchronization for remote content and projects related to this provider.
Perform this action only if you're certain your organization has no use for this GitHub Enterprise Server self-hosted provider instance.
Related how-tos
- Follow steps to include remote content from a different repository in your project.
- Check out all the ways you can use the Editor in Reunite to create content.
Resources
- Learn more about where you can view feedback and deployment details for projects in Reunite.
- View the different options for configuring your project in the
redocly.yaml
file in the Configuration reference documentation.