]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerAdam King <adking@redhat.com>
Thu, 21 Aug 2025 18:13:55 +0000 (14:13 -0400)
commit113d68f679183b9d43086f6dde4ed4e62ecdfcc6
tree13f0fa7554d1c5adf85c8a72911de4126bc2600d
parentfb627721680b18efd2c06aede0600b2957f2ff16
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>
(cherry picked from commit b5e0ab8547b8faf058df24c4e5077886dec02d24)
src/pybind/mgr/smb/sqlite_store.py