]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
python-common/cryptotools: create module for selecting crypto caller
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 24 Apr 2025 19:17:50 +0000 (15:17 -0400)
committerNizamudeen A <nia@redhat.com>
Mon, 5 Jan 2026 10:44:33 +0000 (16:14 +0530)
commit89c1814d2868bb1f72e430ca05b208d4f03ce2a5
tree647f26e481ba40826203a6330a935b36dcd582b5
parent20ddf9b5f9e11ac2acfa920dbc179182078817cc
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)
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]