]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common/cryptotools: create module for selecting crypto caller
authorJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:44 +0000 (19:25 -0400)
committerJustin Caratzas <jcaratza@ibm.com>
Mon, 6 Oct 2025 23:25:44 +0000 (19:25 -0400)
commit0a93a2b67be8f34011820711487609ad0701660c
treef7ef6e648461cd2d6a9f2c3f4bb4cfc65d7f40bf
parente4a3124619707ab366615244488ca791b59b655a
python-common/cryptotools: create module for selecting crypto caller

Add a module to select a desired crypto caller. Update the callers
to use the crypto caller interface.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 0eb2f4b1327e9a0da11db246fcbd0c4ed4d832f0)

Resolves: rhbz#2401206
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/mgr_util.py
src/python-common/ceph/cryptotools/remote.py
src/python-common/ceph/cryptotools/select.py [new file with mode: 0644]