-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add github enterprise support #275
Conversation
28c2bdf
to
bf57dff
Compare
/retest |
c6e713a
to
e87bb75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch 🤙🏻
A couple of comments to address else the pr looks fine to me
e87bb75
to
2b99eb0
Compare
/lgtm |
2b99eb0
to
8fe00ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit check else looks fine to me
Thanks for the patch 🤙🏻 |
8fe00ce
to
c664d55
Compare
0375ad9
to
1959882
Compare
- Read enterprise url from env and if not provided default to github.com - Configure oauth2 on the basis of github host - Create enterprise client in case of enterprise auth else normal github client - generate raw url of the resource on the basis web url provided - update the deployment manifests Signed-off-by: vinamra28 <[email protected]>
- update the deployment manifests - read enterprise url from env - use `react-ghe-login` in place of `react-github-login` Signed-off-by: vinamra28 <[email protected]>
Signed-off-by: vinamra28 <[email protected]>
1959882
to
547b084
Compare
/approve |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sm43 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Changes
API
UI
react-ghe-login
in place ofreact-github-login
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.