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

Support Upstream Repository Basic Authentication #2

Open
abhisek opened this issue Oct 18, 2022 · 0 comments
Open

Support Upstream Repository Basic Authentication #2

abhisek opened this issue Oct 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@abhisek
Copy link
Member

abhisek commented Oct 18, 2022

Problem

The security gateway can be used to serve packages from private repositories. To support this, gateway must be able to support authenticating with the upstream repository.

Proposed Solution

Implement a basic authentication for upstream repository since almost all package managers or private repositories use this scheme of authentication. We can implement this in Tap Service:

  • Prepare basic auth header based on configured authenticator
  • Apply basic auth header in the request
@abhisek abhisek added the enhancement New feature or request label Oct 18, 2022
@abhisek abhisek self-assigned this Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant