]> 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>
Tue, 10 Feb 2026 17:59:45 +0000 (12:59 -0500)
commit5a9389a4ccea67d604ded739f33fcdd7c4a45082
tree184a7b468edd562389c654d2f1c8e23ffa7fc0aa
parent4984f070908bd36b37e7c13416bc474ec768123e
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