From 527e9f1e24df2b5bafa6caa8c422437f7727153a Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 29 May 2025 12:01:41 -0400 Subject: [PATCH] cephx: add note to address technical debt Signed-off-by: Patrick Donnelly (cherry picked from commit ccbb69e085e40692610da2b09675f1669fc54deb) --- src/auth/cephx/CephxProtocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/cephx/CephxProtocol.h b/src/auth/cephx/CephxProtocol.h index 3c4383a19f2..1188635a565 100644 --- a/src/auth/cephx/CephxProtocol.h +++ b/src/auth/cephx/CephxProtocol.h @@ -244,8 +244,8 @@ void cephx_calc_client_server_challenge(CephContext *cct, struct CephXSessionAuthInfo { uint32_t service_id; uint64_t secret_id; - AuthTicket ticket; - CryptoKey session_key; + AuthTicket ticket; /* TODO encapsulate in CephXServiceTicketInfo member */ + CryptoKey session_key; /* ditto */ CryptoKey service_secret; utime_t validity; -- 2.39.5