]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: add support for tls credential resoruces to sqlite store
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 1 Jul 2025 15:37:33 +0000 (11:37 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Aug 2025 14:48:03 +0000 (10:48 -0400)
commitb5e0ab8547b8faf058df24c4e5077886dec02d24
treeaef8fd2bfcf6f05fa24ecc87968c13abfd490bfc
parent6d9e126eb25625dec5a2de61955ad625a6303d1a
mgr/smb: add support for tls credential resoruces to sqlite store

The sqlite store needs to be updated for each top-level resource type.
Update it for the newly added tls credential type. Configure it so that
it works similarly to the join auth resource such that the cert data is
not stored in the sqlite db - only in the layered mon store.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/smb/sqlite_store.py