we have several datalab users who has their own Datalab VM to connect and work with Notebooks. the connect to their vm using the followin command:
datalab connect <USER_VM_NAME>
But still they can connect to VM of other users using the following command:
datalab connect <ANOTHER_USER_VM_NAME> --no-user-checking
How this can be forbidden by setting a configuration on datalab? if it is not possibile, how we can audit it to find out when a user used VM of another user?