From: Patrick Donnelly Date: Thu, 29 May 2025 16:01:41 +0000 (-0400) Subject: cephx: add note to address technical debt X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e57c8bad3bc3a624728d9fc3fd8bbc9ff4ceddb;p=ceph-ci.git cephx: add note to address technical debt Signed-off-by: Patrick Donnelly --- diff --git a/src/auth/cephx/CephxProtocol.h b/src/auth/cephx/CephxProtocol.h index c76c3f91f09..02daace84b3 100644 --- a/src/auth/cephx/CephxProtocol.h +++ b/src/auth/cephx/CephxProtocol.h @@ -257,8 +257,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;