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

Add support for passing Authorization header #44

Open
najose opened this issue Nov 23, 2023 · 0 comments
Open

Add support for passing Authorization header #44

najose opened this issue Nov 23, 2023 · 0 comments

Comments

@najose
Copy link

najose commented Nov 23, 2023

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:

  • Look at .mamba/auth/authentication.json for possible auth tokens
  • Or expose an environment variable that if set will pass along it's value as the value for Authorization header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant