]> git-server-git.apps.pok.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)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 18 Oct 2019 05:11:40 +0000 (12:11 +0700)
commit0c71e7876dfc0ac807ec145df42fa253f333fc5f
tree8be0c4cb2228247a09694204192e7cf462aef897
parent3f135f58f62212d540e5ba73b923773a9fa199c7
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)

- path: src/rgw/rgw_user.h
  comment:
  - master 'set_access_key' is "const std::string", luminous is "std::string".
  - 'mfa_ids_specified' is not exists on luminous.
src/rgw/rgw_common.cc
src/rgw/rgw_rest_user.cc
src/rgw/rgw_user.cc
src/rgw/rgw_user.h