From 7582c3200f683e5d248ea25385e2f571e3efa0b4 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Wed, 25 Feb 2026 15:42:51 -0500 Subject: [PATCH] rgw: Make `rgw::auth::Identity` libfmt-able Signed-off-by: Adam C. Emerson --- src/rgw/rgw_auth.h | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.47.3