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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support secure interactions with private repositories 馃敀 #552

Open
JamieSlome opened this issue May 10, 2024 · 0 comments
Open

Support secure interactions with private repositories 馃敀 #552

JamieSlome opened this issue May 10, 2024 · 0 comments
Labels
security Security improvements or tooling

Comments

@JamieSlome
Copy link
Member

GitProxy is able to generate server-side diffs for public repositories without having to authorise with the upstream repository. This is because the nature of open source is to allow the cloning of public repositories directly without assignment of permissions.

To support private repositories that require a layer of authorisation, to generate a server side diff on behalf of the developer we have to consider how to safely and securely connect to the upstream and protected codebase without compromising the security of the developer's credentials or personal access token.

@JamieSlome JamieSlome added the security Security improvements or tooling label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security improvements or tooling
Projects
None yet
Development

No branches or pull requests

1 participant