]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/smb: initial support for content conversions - password filtering
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 12 Mar 2025 18:28:15 +0000 (14:28 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 1 Apr 2025 12:02:39 +0000 (08:02 -0400)
commitbdea20c0c7619663c012a7500ba2fff497991b1f
tree98b728efc5ed34fa2a37bef624b7d1c31b7f0925
parent39a1eb2b8c9bcf91c56433edaefadda1932e4198
mgr/smb: initial support for content conversions - password filtering

Add the core of a basic support for converting the content of various
resources. The current goal being filtering passwords to either obscure
them (base64) or hide them (hidden). The default continues to be plain
text as before.

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