]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: provide emergency mechanism to rescue allowed_ciphers
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 24 Jun 2025 03:27:31 +0000 (23:27 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 14 Oct 2025 00:00:10 +0000 (20:00 -0400)
commit06df615dc5f91ca5d99f6cd4b8ddb97f23ba6271
treee1312a648aaa6e5865c05e81698b558e1e3c1535
parent4db409b919f9628bb8ea3f81dfcb6280aab59446
mon: provide emergency mechanism to rescue allowed_ciphers

If the administrator accidentally revokes auth to client.admin, they cannot fix
it because the setting is stored in the monmap. Provide a config to restore
access in such an emergency.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 5f125fba84bc863d5b7a6e6b1cdb28969a1d40d7)
src/common/options/mon.yaml.in
src/mon/AuthMonitor.cc
src/mon/Monitor.cc