mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-505: Removed logging of deployVirtualMachine and resetPasswordForVirtualMachine commands.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
parent
2cc09c813a
commit
82a17a413b
|
|
@ -586,7 +586,7 @@ public class ApiServer implements HttpRequestHandler {
|
|||
return;
|
||||
}
|
||||
auditTrailSb.append(" " + HttpServletResponse.SC_OK + " ");
|
||||
if (command.equals("createSSHKeyPair")){
|
||||
if (command.equals("createSSHKeyPair") || command.equals("deployVirtualMachine") || command.equals("resetPasswordForVirtualMachine")){
|
||||
auditTrailSb.append("This result was not logged because it contains sensitive data.");
|
||||
} else {
|
||||
auditTrailSb.append(result);
|
||||
|
|
|
|||
Loading…
Reference in New Issue