]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
python-common/cryptotools: create CrytpoCaller interface class
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 16 Apr 2025 18:56:28 +0000 (14:56 -0400)
committerNizamudeen A <nia@redhat.com>
Mon, 5 Jan 2026 10:44:33 +0000 (16:14 +0530)
commit9d40424a7aec78fc5558e47fdbf8ab072b3d9c83
treed01078b5b0c3ddb9fe5215828ed6a73038d34af8
parent370e2a5b769fee26ca9e8043eea4212199073637
python-common/cryptotools: create CrytpoCaller interface class

Create a class to act as a common shim between the cryptotools external
functions and the mgr. It provides common conversion mechanisms and
could possibly act as an abstraction in case we decide to make
the external function calls in different ways in the future.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 84710f9ed414a8d81e7ebc2d21488fd5f91e51ec)
src/python-common/ceph/cryptotools/__init__.py [new file with mode: 0644]
src/python-common/ceph/cryptotools/remote.py [new file with mode: 0644]