Ove Ewerlid created CLOUDSTACK-6570:
---------------------------------------
Summary: API breakage of the UpdateUser API call
Key: CLOUDSTACK-6570
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6570
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Affects Versions: 4.4.0
Environment: Any, the UpdateUser API call is environment independent
Reporter: Ove Ewerlid
Priority: Blocker
Fix For: 4.4.0, 4.5.0
44 adds USER_API_KEY in ./api/src/org/apache/cloudstack/api/ApiConstants.java
and changes the value of API_KEY. Since API_KEY value is exposed in the
UpdateUser API, the API breaks. Up until 4.3, KEYs to UpdateUser were passed
via parameters;
* userapikey
* usersecretkey
with 44 this changes to;
* apikey
* usersecretkey
--
This message was sent by Atlassian JIRA
(v6.2#6252)