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

Downloads don't work when anonymous #249

Open
paulmillar opened this issue Apr 8, 2021 · 0 comments
Open

Downloads don't work when anonymous #249

paulmillar opened this issue Apr 8, 2021 · 0 comments
Labels

Comments

@paulmillar
Copy link
Member

Attempts to download a file using dCacheView when unauthenticated (user anonymous) do not work. This has been tested with Firefox.

When attempting to view (or download) a public file, a generic error is shown. The problem stems from dCacheView using a default username and password (username 'anonymous') when attempting to access data anonymously.

This special 'anonymous' user is supported (locally) in frontend. There, the 'anonymous' user is mapped to user NOBODY internally, without forwarding the request to gPlazma.

The same support for user 'anonymous' does not exist in the WebDAV door. Therefore WebDAV will pass the credential to gPlazma. gPlazma will fail the request because there is no such user as 'anonymous'. Therefore, the GET request make by dCacheView will fail.

@paulmillar paulmillar added the bug label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant