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

Add support for repos across multiple Orgs within an Enterprise #146

Open
AllisonBolen opened this issue Jun 6, 2024 · 0 comments
Open
Milestone

Comments

@AllisonBolen
Copy link

Hi, I’m working on a solution that would source docs from multiple repos. The issue is that these repos are sourced from different GitHub orgs within an enterprise.

Currently we have the solution working with authorization for a GitHub app installation on Org A. However auth tokens are per installation. So the GitHub app installation auth token for the repo in Org B would be different than for Org A. And we can only set one auth token in the given ‘GithubAccessToken’ setting for this plugin.

So ultimately the plug-in throws an unauthorized error in this scenario due to its inability to clone repo from org B.

Would it be possible for you to build in a feature that would support sourcing from repos in multiple different orgs if given a list of the proper auth tokens?

@jdoiro3 jdoiro3 added this to the v0.8 milestone Jun 6, 2024
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

No branches or pull requests

2 participants