]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: replace direct use of bcrypt in dashboard
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 22 Apr 2025 20:31:15 +0000 (16:31 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 7 Jul 2025 13:32:24 +0000 (09:32 -0400)
commitd2fd81eae98d8dee4f3363616ecd3241b05cf560
treee4a0b5e508258e4bae771eac9e3e7a1155de4e2f
parent5d4eeff0d5d6aa59fef2a6e2055615df3f94210e
mgr/dashboard: replace direct use of bcrypt in dashboard

Replace a direct usage of bycrypt with our cryptocaller wrapper.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/dashboard/services/access_control.py
src/python-common/ceph/cryptotools/cryptotools.py
src/python-common/ceph/cryptotools/remote.py