]> git.apps.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)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:32:24 +0000 (09:32 -0400)
commit84710f9ed414a8d81e7ebc2d21488fd5f91e51ec
treec3a6c11e32655df01fae529dfc57419095dd57f3
parent6f2d92cc6d6cccf6c84af5e3a3cea26f51a73399
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>
src/python-common/ceph/cryptotools/__init__.py [new file with mode: 0644]
src/python-common/ceph/cryptotools/remote.py [new file with mode: 0644]