You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: