X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fsettings.py;h=d4e06a9cc8dc4d844bb3229a07fda01705dda6d3;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=6018f0d7f9c73facc52097e0efe1db1df6e33ef3;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/settings.py b/ceph/src/pybind/mgr/dashboard/settings.py index 6018f0d7f..d4e06a9cc 100644 --- a/ceph/src/pybind/mgr/dashboard/settings.py +++ b/ceph/src/pybind/mgr/dashboard/settings.py @@ -119,6 +119,8 @@ class Options(object): 'gateway', 'logs', 'crush', 'maps']), [str]) + UNSAFE_TLS_v1_2 = Setting(False, [bool]) + @staticmethod def has_default_value(name): return getattr(Settings, name, None) is None or \