How is the correct process of changing permission in /etc/cloud/management/commands.properties ? Change the file and restart cloudstack-management or must I do this via an API call?
Regards Andi -----Original Message----- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Montag, 4. März 2013 17:57 To: cloudstack-users@incubator.apache.org Subject: Re: Security Roles On Mon, Mar 04, 2013 at 04:47:57PM +0000, Paul Sanders wrote: > Hi All, > > Is it possible to fine tune user permissions within CloudStack? I know > we have a 'user role', but I would like to remove some of the features > (template management for example). > > Thanks > --- > Kind Regards > > Paul Sanders > Mail: paul.sander...@googlemail.com Check the file commands.properties. Each command has an int value assigned, which is a bitmap telling the API server what ACL to apply to the command execution itself. -chip