]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/user: add 'active' flag to RGWAccessKey 55508/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 20 Dec 2023 16:25:03 +0000 (11:25 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 9 Feb 2024 14:23:08 +0000 (09:23 -0500)
commit463f463d50943c6fe17c39e41f64b1df27944ff6
tree0634eb556c45079cae94db24f99d227c72553bdd
parent72be1f4a8a410cfa3ce75ea7a0c05cd9c036430d
rgw/user: add 'active' flag to RGWAccessKey

inactive keys are removed from the key pool so can't be used to
authenticate. the 'key create' admin op now takes an 'active' option

Fixes: https://tracker.ceph.com/issues/59186
Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/adminops.rst
src/rgw/driver/rados/rgw_rest_user.cc
src/rgw/driver/rados/rgw_user.cc
src/rgw/driver/rados/rgw_user.h
src/rgw/rgw_acl_types.h
src/rgw/rgw_admin.cc
src/rgw/rgw_common.cc
src/rgw/services/svc_user_rados.cc
src/test/cli/radosgw-admin/help.t