]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add an option to control the dashboard crypto caller
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 25 Apr 2025 15:22:26 +0000 (11:22 -0400)
committerNizamudeen A <nia@redhat.com>
Mon, 5 Jan 2026 10:44:33 +0000 (16:14 +0530)
commit6f45a56fc16e1aae072ec7e9449fa0712a02b532
tree31d55075d0dea18e42cf44ab2d82f3002a696a86
parente1949ed6b6321a82d63212950b659c05fcd397a1
mgr/dashboard: add an option to control the dashboard crypto caller

Add a mgr config option `crypto_caller` that lets a ceph user override
the default behavior of using the remote crypto caller. Supported
values are `internal` and `remote`.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 27c2050e37ed2556e1b2d0e5f6631d51b506ec6f)
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/access_control.py