You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
:The text was updated successfully, but these errors were encountered: