]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: Add Linux Keyring Secret Store Wrapper
authorMarcel Lauhoff <marcel.lauhoff@clyso.com>
Fri, 25 Apr 2025 14:27:57 +0000 (16:27 +0200)
committerMarcel Lauhoff <marcel.lauhoff@clyso.com>
Mon, 1 Jun 2026 16:43:29 +0000 (18:43 +0200)
commit0307119cdfbdbb09285ad82544be0c4be9b69882
tree8f111dda96f65ffafa50b518acfb680150b2aa54
parenta4b8d7d3c995d696d0495e565321eaf9024af644
common: Add Linux Keyring Secret Store Wrapper

Add RAII wrapper around the Linux Key Retention Service
add_key(2), keyctl_read(3), keyctl_invalidate(3)

Signed-off-by: Marcel Lauhoff <marcel.lauhoff@clyso.com>
On-behalf-of: SAP marcel.lauhoff@sap.com
src/common/CMakeLists.txt
src/common/keyring.cc [new file with mode: 0644]
src/common/keyring.h [new file with mode: 0644]
src/test/CMakeLists.txt
src/test/common/CMakeLists.txt
src/test/common/test_keyring.cc [new file with mode: 0644]