]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: convert auth configs to monmap settings
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 6 Jun 2025 19:51:53 +0000 (15:51 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 29 Dec 2025 22:31:59 +0000 (17:31 -0500)
commit9d9a6ac0e83127bf3b1a7839787d60eb128bf3bc
tree4584d2353a12d23017974a05635a3f1f6e2dfd9d
parent4abf44352f70bd17cf4341400741fbe56ee01549
mon: convert auth configs to monmap settings

This serves a few purposes:

- Makes sure mons agreen on these settings (cannot have differing configs)
- Allows us to set secure defaults for a brand new cluster.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
17 files changed:
qa/suites/rados/upgrade/cephx/X/tasks/1-ceph.yaml
src/auth/Crypto.cc
src/auth/cephx/CephxKeyServer.cc
src/auth/cephx/CephxKeyServer.h
src/auth/cephx/CephxServiceHandler.cc
src/auth/cephx/CephxServiceHandler.h
src/common/options/global.yaml.in
src/mon/AuthMonitor.cc
src/mon/MonCommands.h
src/mon/MonMap.cc
src/mon/MonMap.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/mon/MonmapMonitor.cc
src/mon/OSDMonitor.cc
src/tools/ceph_authtool.cc
src/tools/monmaptool.cc