Skip to content
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

[Mono HTTP Server] Implement Git HTTP Protocol Authentication #594

Open
benjamin-747 opened this issue Sep 12, 2024 · 0 comments
Open

[Mono HTTP Server] Implement Git HTTP Protocol Authentication #594

benjamin-747 opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
Hacktoberfest2024 refactoring rust Pull requests that update Rust code

Comments

@benjamin-747
Copy link
Collaborator

benjamin-747 commented Sep 12, 2024

The current mono Git HTTP server does not support authentication, so we have disabled HTTP push operations via a configuration. see issue #585
In practice, when GitHub login is used, mono should send a GitHub token to the client for authentication during API calls such as info/refs. This would allow secure HTTP operations while enabling push functionality when authenticated via GitHub.

@benjamin-747 benjamin-747 self-assigned this Sep 12, 2024
@benjamin-747 benjamin-747 added rust Pull requests that update Rust code refactoring labels Sep 12, 2024
@benjamin-747 benjamin-747 changed the title [Mono HTTP Server] Implement HTTP Protocol Authentication [Mono HTTP Server] Implement Git HTTP Protocol Authentication Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest2024 refactoring rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

2 participants