File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/simcore-sdk/src/simcore_sdk/node_ports_common Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 88def is_storage_secure () -> bool :
99 settings = NodePortsSettings .create_from_envs ()
1010 node_ports_storage_auth = settings .NODE_PORTS_STORAGE_AUTH
11- # pylint:disable=no-member
1211 is_secure : bool = node_ports_storage_auth .STORAGE_SECURE
1312 return is_secure
1413
@@ -26,7 +25,6 @@ def get_basic_auth() -> BasicAuth | None:
2625 settings = NodePortsSettings .create_from_envs ()
2726 node_ports_storage_auth = settings .NODE_PORTS_STORAGE_AUTH
2827
29- # pylint:disable=no-member
3028 if node_ports_storage_auth .auth_required :
3129 assert node_ports_storage_auth .STORAGE_USERNAME is not None # nosec
3230 assert node_ports_storage_auth .STORAGE_PASSWORD is not None # nosec
You can’t perform that action at this time.
0 commit comments