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

GitHub Enterprise support #27

Open
rwkarg opened this issue Aug 8, 2023 · 5 comments
Open

GitHub Enterprise support #27

rwkarg opened this issue Aug 8, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@rwkarg
Copy link

rwkarg commented Aug 8, 2023

Allow configuration of GitHub Enterprise address that would be additionally searched for in RepoInfo.cs

if (url.Contains("github.com"))

@timheuer timheuer self-assigned this Aug 8, 2023
@timheuer timheuer added the enhancement New feature or request label Aug 8, 2023
@timheuer
Copy link
Owner

timheuer commented Aug 8, 2023

Thanks @rwkarg for the note. I do not have a GHE account. Can you help educate me a bit here?

  • Would the URL be fully custom? (like it could be some.cool.url.xyz)?
  • Is the authentication scheme different? Meaning you authenticate against that URI scheme as well

After these answers would you be willing to test out an example of this if I put it in a diff branch?

@rwkarg
Copy link
Author

rwkarg commented Aug 8, 2023

Url for a repository would be something like https://internal-repository.my-corp.net/org/repo where the internal-repository.my-corp.net seems to be the bit that would get configured.

The Oktokit SDK has worked for everything I've used it for against Enterprise so it should be fine 🤞.

If I can figure out how to get it installed, then I'd be happy to give a branch a try!

@timheuer
Copy link
Owner

timheuer commented Aug 8, 2023

Ok, thanks @rwkarg. I'll see if I can spend a bit on this looking into it.

@msun03
Copy link

msun03 commented Dec 14, 2023

So GitHub Enterprise is not supported currently?

@timheuer
Copy link
Owner

So GitHub Enterprise is not supported currently?

Correct. I haven’t had time to look into this and even get a GHE setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants