Re: Restricting instance deletion to the creator.

2023-09-04 Thread Jithin Raju
Hi Jorge, I think this is not possible currently, you could open an enhancement request? -Jithin From: Jorge Luiz Correa Date: Friday, 1 September 2023 at 4:39 PM To: users@cloudstack.apache.org Subject: Restricting instance deletion to the creator. Is there any way (global configuration

Re: Restricting instance deletion to the creator.

2023-09-01 Thread Nux
Yeah, that might be difficult, the entire idea of a "project" is for the members to share the resources, ie have access to them, that means deletions. Off the top of my head - and it could just be me overthinking it - you could build some sort of proxy for the API, basically intercept it and

Restricting instance deletion to the creator.

2023-09-01 Thread Jorge Luiz Correa
Is there any way (global configuration, role changes, etc.) to restrict deletion of an instance to the creator only? For example, I have a Project with a few users. If user A creates an instance, only user A can delete it. The goal is that one user can't delete instances from another by mistake.