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
Supporting Authorization header would allow some Quetz setups that use proxies in front of it for extra security to allow authenticated access to Quetz.
Supporting
Authorization
header would allow some Quetz setups that use proxies in front of it for extra security to allow authenticated access to Quetz.One example is an Identity-Aware Proxy that looks for the
Authroization
header for a bearer token. So without this header all calls to Quetz gets dropped or redirected.Few ways I can think of to implement this:
.mamba/auth/authentication.json
for possible auth tokensAuthorization
header.The text was updated successfully, but these errors were encountered: