]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge pull request #6784 from ceph/wip-5073
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 3 Dec 2015 05:52:00 +0000 (21:52 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 3 Dec 2015 05:52:00 +0000 (21:52 -0800)
commit39ba840fce370820c7a35d0e0086b72b3a0a435d
treeb930c3c0a78c460b065a90ffbacb239dbbde6741
parent12efe7f2c9744c0a2bc22b6d844f10d913d7e2c9
parent42305044d53c7cb8e3d79032ce4f3abd2c59ef40
Merge pull request #6784 from ceph/wip-5073

rgw multitenancy

Buckets and users can now have a tenant associated with them. Buckets can be specified as [<tenant>:]<bucket> and users can be specified as [<tenant>$]<uid>. The existing users and buckets are part of the default global tenant.
This is first phase. Future work will add tighter integration (e.g., swift tenant mapping, s3 subdomain tenant mapping, etc.)

Reviewed-by: Pete Zaitcev <zaitcev@redhat.com>
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>