mirror of https://github.com/apache/cloudstack.git
bug 5822, 10783: Security enhancements initial checkin. Added encryption support to db.properties and some DB values.
This commit is contained in:
parent
ed2816051a
commit
8487803f5a
|
|
@ -109,7 +109,6 @@ public class EncryptionSecretKeyChecker implements SystemIntegrityChecker {
|
|||
BufferedReader in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
|
||||
String inputLine, outputLine;
|
||||
if ((inputLine = in.readLine()) != null) {
|
||||
s_logger.info("Input : "+inputLine);
|
||||
secretKey = inputLine;
|
||||
}
|
||||
out.close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue