Chapter 7. Creating an OAuth application in GitHub
To enable GitHub integration for automated builds in {product-title}, you can create an OAuth application in GitHub. This allows {product-title} to access GitHub repositories and trigger container image builds when commits or pull requests are made.
Procedure
- Log into GitHub Enterprise.
-
In the navigation pane, select your username
Your organizations. -
In the navigation pane, select Applications
Developer Settings. In the navigation pane, click OAuth Apps
New OAuth App. You are navigated to the following page:
- Enter a name for the application in the Application name textbox.
In the Homepage URL textbox, enter your Red Hat Quay URL.
NoteIf you are using public GitHub, the Homepage URL entered must be accessible by your users. It can still be an internal URL.
- In the Authorization callback URL, enter https://<RED_HAT_QUAY_URL>/oauth2/github/callback.
- Click Register application to save your settings.
- When the new application’s summary is shown, record the Client ID and the Client Secret shown for the new application.