From: Adam C. Emerson Date: Wed, 25 Feb 2026 20:42:51 +0000 (-0500) Subject: rgw: Make `rgw::auth::Identity` libfmt-able X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7582c3200f683e5d248ea25385e2f571e3efa0b4;p=ceph.git rgw: Make `rgw::auth::Identity` libfmt-able Signed-off-by: Adam C. Emerson --- diff --git a/src/rgw/rgw_auth.h b/src/rgw/rgw_auth.h index 37487e63bea4..20dbfa886d99 100644 --- a/src/rgw/rgw_auth.h +++ b/src/rgw/rgw_auth.h @@ -10,6 +10,8 @@ #include #include +#include + #include "include/expected.hpp" #include "include/function2.hpp" @@ -989,6 +991,7 @@ protected: } /* namespace auth */ } /* namespace rgw */ +template <> struct fmt::formatter : ostream_formatter {}; uint32_t rgw_perms_from_aclspec_default_strategy( const std::string& uid,