Skip to content

Allow using GitHub fine grained tokens #643

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

Open
Joao-Renner opened this issue Apr 11, 2025 · 0 comments · May be fixed by #648
Open

Allow using GitHub fine grained tokens #643

Joao-Renner opened this issue Apr 11, 2025 · 0 comments · May be fixed by #648
Labels
enhancement New feature or request good first issue Good for newcomers javascript Pull requests that update Javascript code web-server Issue related to web-server

Comments

@Joao-Renner
Copy link

Why do we need this ?

Currently, to access GitHub's resources the only supported authentication method is by using Personal Authentication Tokens (classic). Some organizations do not allow PATs to access organization resources, only fine grained tokens. Allowing fine grained tokens would make it possible for organizations that have this setting to utilize Middleware.

Acceptance Criteria

Being able to use a fine grained tokens in the github integration.

Further Comments / References

I think this would be an easy change because the requests to the api would be identical. Only the code that checks the token length/permissions that would need to change.

@Joao-Renner Joao-Renner added the enhancement New feature or request label Apr 11, 2025
@jayantbh jayantbh added good first issue Good for newcomers javascript Pull requests that update Javascript code web-server Issue related to web-server labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers javascript Pull requests that update Javascript code web-server Issue related to web-server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants