rohityadavcloud opened a new issue, #11423: URL: https://github.com/apache/cloudstack/issues/11423
### problem This is API response for 4.21 RC2: ``` > curl -Ss http://172.20.0.223:8080/client/api <?xml version="1.0" encoding="UTF-8"?><errorresponse><errorcode>401</errorcode><errortext>unable to verify user credentials and/or request signature</errortext></errorresponse>% ``` The same for 4.20.1: ``` curl -Ss http://localhost:8080/client/api <?xml version="1.0" encoding="UTF-8"?><errorresponse cloud-stack-version="4.20.1.0"><errorcode>401</errorcode><errortext>unable to verify user credentials and/or request signature</errortext></errorresponse ``` Notice the missing `cloud-stack-version="4.20.1.0"` in <errorresponse...> This is fine as long as there is any other way to detect ACS version? ### versions ACS 4.21 RC2 ### The steps to reproduce the bug _No response_ ### What to do about it? _No response_ -- 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]
