jayapalu commented on a change in pull request #1996: CLOUDSTACK-9099: 
SecretKey is returned from the APIs
URL: https://github.com/apache/cloudstack/pull/1996#discussion_r116926143
 
 

 ##########
 File path: server/src/com/cloud/api/ApiDBUtils.java
 ##########
 @@ -1707,6 +1708,9 @@ public static UserResponse 
newUserResponse(UserAccountJoinVO usr) {
 
     public static UserResponse newUserResponse(UserAccountJoinVO usr, Long 
domainId) {
         UserResponse response = s_userAccountJoinDao.newUserResponse(usr);
+        if(AccountManager.UseSecretKeyInResponse.value() == false){
 
 Review comment:
   done
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to