]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: add health checks for insecure keys
authorPatrick Donnelly <pdonnell@ibm.com>
Sun, 1 Jun 2025 00:54:30 +0000 (20:54 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 29 Dec 2025 22:31:58 +0000 (17:31 -0500)
commit90697dc039ca6ad20ae007d07baf40f5af87abca
tree2629b85d71c4ba0020693f095f422cbdeebd15d5
parent1d9c17975fbbcec175a981d7ce25438a80073e13
mon: add health checks for insecure keys

This commit prompted the previous refactor as it was inconvenient to check for
health warnings as part of AuthMonitor::tick and then pass those up via
PaxosService::encode_health.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/auth/Auth.h
src/auth/Crypto.cc
src/auth/Crypto.h
src/auth/cephx/CephxKeyServer.h
src/mon/AuthMonitor.cc
src/mon/AuthMonitor.h