BryanMLima commented on PR #6812:
URL: https://github.com/apache/cloudstack/pull/6812#issuecomment-1407004063

   @DaanHoogland @weizhouapache
   The error is caused because the ACS is trying to decrypt  the value of 
configuration `direct.download.connection.request.timeout` which is not 
encrypted. I verified in my local lab and this configuration value's is 
encrypted, therefore, this error never occurred. Shouldn't all configurations 
that are from the `Hidden` and `Secure` be encrypted?
   
   ~~~
       public boolean isEncrypted() {
           return StringUtils.equalsAny(getCategory(), "Hidden", "Secure");
       }
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to