]> 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, 26 Jan 2026 15:27:28 +0000 (10:27 -0500)
commit3fd5b2cdaba9f14c3bb9a656b28624954ac6385d
treef368541eb51b6bf5a157cea1eebc60e1f2946626
parent12e46d68535373973b23a3dcbf8ffa47596bf887
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