]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add an option to control the dashboard crypto caller 62951/head
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 25 Apr 2025 15:22:26 +0000 (11:22 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:34:08 +0000 (09:34 -0400)
commit27c2050e37ed2556e1b2d0e5f6631d51b506ec6f
tree28cf139b343cc41117192e115118c027e97538c5
parent2128ffa619c9a4a800fb6394503b8ecc5b16fa96
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>
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/access_control.py