Hello,
This is the situation: There is a webportal with possibility to request VM's etc, and there is also an option to launch the VM console. I want to disable the option to start the console for some users.
There are multiple groups of users with different rights, for example groupt with all rights, and a group with only CPU, MEM and HD change rights. The first group may open the console, the second one not.
Limiting VM actions such ass restarting is easy, since it is a request in VSM, and you can just not add it to the subscriber group rights. But what about starting the console? It is a button in the portal (as present in VSM designer), but doesn't trigger a VSM event, so I cannot exclude it from the subscriber group rights.
Is there a way to limit the access to the console?
Thanks