[Feature][gh-copilot] Support GitHub App authentication (in addition to PAT)
@fool65c がすでに取り組んでいます。
2026年4月25日 から。
評価
この issue はまだ評価されていません。
説明
Search before asking
- I had searched in the issues and found no similar feature requirement.
Use case
As an engineer, I would like to connect DevLake to GitHub Copilot usage & impact data using a GitHub App installation so that:
- We avoid storing user-owned PATs
- Access is least-privilege, centrally managed, and revocable
- The integration is not tied to a specific employee account
- It aligns with enterprise security and compliance requirements
Description
Add support for GitHub App authentication to the GitHub Copilot plugin. Specifically, allow Copilot data collection to authenticate using:
- GitHub App ID
- Installation ID
- Private key (PEM / secret reference)
The plugin should:
- Allow users to configure both PAT and App authentication via the UI
- Generate GitHub App installation access tokens
- Automatically refresh tokens during collection
- Support scheduled and long-running pipelines without token expiration failures
Existing PAT-based authentication should continue to work unchanged.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
- 主要言語
- Go
- スター
- 3.1k
- フォーク
- 812
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 51
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
apache/devlake のほかの issue
-
type/bug
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
-
type/bug
難易度 4/5 3〜5日 初心者へのやさしさ 52/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
Bob Shell support オープンenhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
santhosh-tekuri/jsonschema#276 ·