On Thu, Jul 4, 2013 at 2:43 AM, Hajime Takase <[email protected]> wrote: > I have successfully figure out to grant read only permission or write > permission to non operator users(operator is defined in > /etc/swift/proxy.conf) but I found out that those users can't get the > account info of the tenant using get_account() or GET,or they won't know the > list of the readable or writable containers.
This is not supported at this time, David Hadas is working on account ACL : https://blueprints.launchpad.net/swift/+spec/account-acls which I believe should solve that particular problem. Chmouel > I was thinking to store those additional data in local databases,but since I > want to use PC client as well,I would rather prefer using the server side > command to get the list of readable or writable containers.Is there any way > to do this using the API? > > Hajime > > > > > > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
