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

Do not try list containers if default path is provided #9038

Closed
cyberduck opened this issue Oct 5, 2015 · 1 comment
Closed

Do not try list containers if default path is provided #9038

cyberduck opened this issue Oct 5, 2015 · 1 comment
Assignees
Labels
bug fixed openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

268795c created the issue

When connecting to OpenStack Swift (Keystone) Cyberduck tries to make 'GET /v1/AUTH_X?limit=100 HTTP/1.1' and 'HEAD /v1/AUTH_X HTTP/1.1' even parameter 'path' provided in bookmark. This should be shanged to make request to URL+'path', but not to /.

For example, i created an additional user and gave him read access (by ACL) to container 'my_cont'. Then i try connect with newly created user and set 'path' parameter to '/my_cont/'. But than i getting 403 error, cause Cyberduck tries to GET and HEAD '/'. Openstack swift doesn't support account ACL, so i can't give access to read container list to users.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 18290.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed openstack OpenStack Swift Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants