]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add list user admin OP API
authorsongshuangyang <songshuangyang@baidu.com>
Tue, 13 Nov 2018 09:32:41 +0000 (17:32 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Feb 2020 12:35:56 +0000 (13:35 +0100)
commitf74c08f155eaa545f8944b3b5836a30efce5ae7b
tree7ff3fc71545a26e2edca190f45377b6615608b81
parentcb8591cc400f2786f9101b089a932d3a6d980aa7
rgw: add list user admin OP API

The radosgw-admin tool support the `user list` subcommand to list radosgw users, but there is no user listing function for the admin OP API. It needs to support this API.

Signed-off-by: Oshyn Song <dualyangsong@gmail.com>
(cherry picked from commit 97e1ff50e57a51744a6d864cef15f9afe0e84b66)

Conflicts:
src/rgw/rgw_user.h
- needed to adapt the list_user RGWOp name() override
src/rgw/rgw_common.cc
src/rgw/rgw_rest_user.cc
src/rgw/rgw_user.cc
src/rgw/rgw_user.h