Enabling GitHub App Authentication #607
-
What product are you having troubles with?Console What Console version are you using?13.6.2 DescriptionWe are currently trying to configure GitHub App Authentication in our on-prem install. Our Project template has an Archive URL that points to a release asset that is not publicly available and requires authentication to access. Creating a project with GitHub App Authentication enabled generates the error described below. We did not receive this error when we had another Provider configured that used Token authentication. Having a different Provider available with valid Token auth seemed to allow the Console to retrieve the project archive and use it to create the project. Similarly, using an expired PAT for Token auth prevented the Console from retrieving the project archive and we could not create projects. We've reviewed the GitHub API documentation and found two API calls we think are related to this -- get a release asset and list release assets. Both require the Are there any other steps we need to be following to set up GitHub App Authentication so we can retrieve a non-public asset for the project archive? Actual OutcomeWhen GitHub App Authentication is the only valid auth method to GitHub, then we receive the following error when creating a project: Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @Beridar, let's try to replicate this issue to give you a correct answer and to see if there are any bugs. |
Beta Was this translation helpful? Give feedback.





Here I am. Sorry @Beridar for the wait.
I analyzed the problem and was able to reproduce it.
To replicate it I did the following procedures:
To Fix the problem: