]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:34:08 +0000 (09:34 -0400)
commit0eb2f4b1327e9a0da11db246fcbd0c4ed4d832f0
treea2947515db372d3723c97a7da3a5f68d5d00382d
parent0c774d5c767ef9875250de5a95e421a6b837b85e
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>
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]