From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Joseph Subject: rgw: how to prevent rgw user from creating a new bucket? Date: Fri, 2 Dec 2016 19:18:58 +0800 Message-ID: <584158A2.9020303@xtaotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ceph-users-bounces-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org Sender: "ceph-users" To: ceph-devel Cc: ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org, Javen Wu List-Id: ceph-devel.vger.kernel.org Hello, I would like only to allow the user to read the object in a already existed bucket, and not allow users to create new bucket. It supposed to execute the following command: $ radosgw-admin metadata put user:test3 < ... ... "caps": [ { "type": "buckets", "perm": "read" } But why user test3 can still create new bucket after I have set its caps to "buckets=read"? thx, Yang Honggang