]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/user: add 'active' flag to RGWAccessKey 55653/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 20 Dec 2023 16:25:03 +0000 (11:25 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 19 Feb 2024 18:00:31 +0000 (13:00 -0500)
commitd3ee2d34fb4d6ba4a2115e4d7bd989f5d66d3487
tree5ad0341b2e3a2e82378d1555532ae875cee56b16
parent0ed764e6499003b2b2b6ce9e2ae4edca7a7b16f5
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>
(cherry picked from commit 463f463d50943c6fe17c39e41f64b1df27944ff6)
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