rhtyd opened a new issue #5617:
URL: https://github.com/apache/cloudstack/issues/5617


   Upgrade to 4.16 may fail if someone has added rules for annotation APIs for 
user role:
   
   ```
   INSERT INTO `cloud`.`role_permissions` (uuid, role_id, rule, permission) 
VALUES (UUID(), 4, 'listAnnotations', 'ALLOW');                                 
                                                                           
   INSERT INTO `cloud`.`role_permissions` (uuid, role_id, rule, permission) 
VALUES (UUID(), 4, 'addAnnotation', 'ALLOW');
   INSERT INTO `cloud`.`role_permissions` (uuid, role_id, rule, permission) 
VALUES (UUID(), 4, 'removeAnnotation', 'ALLOW');
   
   ```
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Upgrade, 4.16, DB
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.16/main
   ~~~
   


-- 
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