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 new authorizer for testing authenticated http zarr access #46

Closed
tcompa opened this issue Nov 4, 2024 · 0 comments · Fixed by #47
Closed

Add new authorizer for testing authenticated http zarr access #46

tcompa opened this issue Nov 4, 2024 · 0 comments · Fixed by #47

Comments

@tcompa
Copy link
Collaborator

tcompa commented Nov 4, 2024

This would be helpful for fractal-analytics-platform/ngio#9, but we can implement it elsewhere if it "pollutes" fractal-vizarr-viewer too much.


The authorizer would be very basic:

  • it knows about a single "user" via their ID and password, which can be exposed through env variables or even hardcoded (let's make sure that the authorizer and the AUTHORIZATION_SCHEME option both have clear names to specify they are for testing purposes).
  • it receives a http request for data and authorizes it with basicAuth
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

Successfully merging a pull request may close this issue.

1 participant