MartinEmrich commented on issue #7946:
URL: https://github.com/apache/cloudstack/issues/7946#issuecomment-1707851723

   Luckily, wildcards do work, so this is a workaround:
   
   ```
   INSERT INTO `role_permissions` (`id`, `uuid`, `role_id`, `rule`, 
`permission`, `description`, `sort_order`) VALUES (971, 
'8890d77e-4c07-11ee-bcb6-7eaeea291d34', 3, '*', 'ALLOW', 'Workaround', 0);
   ```
   
   But I am not sure if this gives more permissions than "Domain Admin" should 
normally have. As this is an internal single-tenant installation, there's no 
risk for now.


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