Hello,
I'm experiencing an issue with VM Instances created from the "INSTANCES" section of Vertex AI Workbench. Specifically, I am unable to edit the metadata of these instances, although I can change labels without any problem.
Error Message is
Editing VM instance "instance-name" failed. Error: Required 'Current principal doesn't have permission to mutate this resource!' permission for 'instance-name'
Interestingly, when I create VM Instances from the "USER-MANAGED NOTEBOOKS" section of Vertex AI Workbench, I can edit the metadata without any issues. This makes me believe that the problem might not be related to permissions, as I have already been granted compute.instances.setMetadata and compute.instances.update permissions.
Additional Context: My main objective is to add an SSH authentication key to the instance, but this seems to be conflicting with the enable-oslogin:TRUE metadata that is automatically set when the instance is created. This might be the root cause of the issue.
Has anyone else encountered this issue? Any insights or suggestions would be greatly appreciated.
Thank you!