]> 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, 5 Jan 2026 21:23:37 +0000 (16:23 -0500)
commitf3506874124fed50038dfea69e461babdd60a220
tree8b4a3596426a9b83f6a3199352cf3833897c34c5
parent8a0bd88142f591d9920864e5f1b458b211c56107
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