]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephx: add note to address technical debt
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 29 May 2025 16:01:41 +0000 (12:01 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 29 Dec 2025 22:30:09 +0000 (17:30 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/auth/cephx/CephxProtocol.h

index c76c3f91f0923a4a5880ca662d236313986c1fdc..02daace84b34f88a9e330848acd0e2abeb0d2251 100644 (file)
@@ -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;