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
Time to time we have some services that does not support built-in authorization, and in common case we would like to put them behind warpgate.
In common case we protect services like that by adding basic auth on top of them at nginx or traefik level.
It would be nice pass authorization headers in requests from warpgate to http target,
In that case, we can manage access to http target without revealing basic auth password.
The text was updated successfully, but these errors were encountered:
Time to time we have some services that does not support built-in authorization, and in common case we would like to put them behind warpgate.
In common case we protect services like that by adding basic auth on top of them at nginx or traefik level.
It would be nice pass authorization headers in requests from warpgate to http target,
In that case, we can manage access to http target without revealing basic auth password.
The text was updated successfully, but these errors were encountered: