-
Notifications
You must be signed in to change notification settings - Fork 2
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
Users can see buckets they haven't been granted permissions for #61
Comments
Thanks for reporting this. I pushed changes to s3-iam branch. I assume that's the branch you were on. Pull down and try again. |
@sckott I just ran through this again and now when I run > library(sixtyfour)
> aws_user_current()
[1] "amy"
> aws_buckets()
Error: AccessDenied (HTTP 403). Access Denied On branch s3-iam |
thanks. so I think this was fixed with the change in #66 - the fact that |
@sckott for now this is the expected behavior, right?: #61 (comment) But in the future it would be cool if one could see only the buckets they have access to. |
yes
From my research so far I don't think it's possible. A user either has permissions to list buckets or not - there doesn't appear to be partial permissions just for the buckets they have acess to. But maybe there's a hack around it |
What would have to be done so that this doesn't happen?
six_user_create("amy")
aws_bucket_permissions("dasl-project1")
The text was updated successfully, but these errors were encountered: