]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/smb: add a new store namespace for tls_creds
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 2 Jul 2025 21:47:26 +0000 (17:47 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Aug 2025 14:24:49 +0000 (10:24 -0400)
A new resource for tls credentials will be added soon. Prepare for
that by adding a store namespace for these resources.

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

index 8921686942bf03fa025ae003b589ff0af8018705..645858dbfd57634201bad8836fbed11ef21b1274 100644 (file)
@@ -79,6 +79,7 @@ class ConfigNS(_StrEnum):
     SHARES = 'shares'
     USERS_AND_GROUPS = 'users_and_groups'
     JOIN_AUTHS = 'join_auths'
+    TLS_CREDENTIALS = 'tls_creds'
 
 
 class LoginCategory(_StrEnum):