klesh commented on PR #5077: URL: https://github.com/apache/incubator-devlake/pull/5077#issuecomment-1536072738
If I understand it correctly: 1. fetch the `installationId` by `owner/repo` 2. authentication `app installation` using the `appId`, `secretKey` and `installationId` which produce the `token` 3. uses the `token` for the rest requests We can not utilize the `PrepareApiClient` because it works on the `connection` level and the `owner/repo` information is missing from the signature. The problem is: Github App Installation Authentication works on the `repo` level, is that correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
