]> 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, 26 Jan 2026 15:27:20 +0000 (10:27 -0500)
commite04871b191617da1aeac19c6171852a3090d44ff
tree531ea05f1360c0feb8d7c15f79a4976493e15d6f
parentb051ade50d30eacec29535c3153d5f5e4bfa372f
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