mirror of https://github.com/apache/cloudstack.git
CS-14940 VSM access credentials are logged in clear text with Management-server.log
Removed debug log after fetching the credentials.
This commit is contained in:
parent
dfa6b6e545
commit
05549eaad3
|
|
@ -1018,7 +1018,7 @@ public class VmwareManagerImpl implements VmwareManager, VmwareStorageMount, Lis
|
|||
nexusVSMCredentials.put("vsmip", nexusVSM.getipaddr());
|
||||
nexusVSMCredentials.put("vsmusername", nexusVSM.getUserName());
|
||||
nexusVSMCredentials.put("vsmpassword", nexusVSM.getPassword());
|
||||
s_logger.info(nexusVSMCredentials.toString());
|
||||
s_logger.info("Successfully fetched the credentials of Nexus VSM.");
|
||||
}
|
||||
return nexusVSMCredentials;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue