]> git-server-git.apps.pok.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)
committerKefu Chai <k.chai@proxmox.com>
Thu, 5 Feb 2026 02:50:07 +0000 (10:50 +0800)
commit70003b0825f1f002461f963ccaa5297c1b7fa930
treeb2412073381bc19313e8289074a6e22d47d67cc0
parentb012c389b8e8fc0102b40e6990cf03fba91779ee
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]