Machine Permission update on Google Compute
Machine permission can be updated without deleting instances. Backport of #24607 in master branch
This commit is contained in:
parent
0789a74055
commit
77feabb3d5
|
@ -433,8 +433,7 @@ gcloud config set project es-cloud
|
|||
[[discovery-gce-usage-tips-permissions]]
|
||||
===== Machine Permissions
|
||||
|
||||
If you have created a machine without the correct permissions, you will see `403 unauthorized` error messages. The only
|
||||
way to alter these permissions is to delete the instance (NOT THE DISK). Then create another with the correct permissions.
|
||||
If you have created a machine without the correct permissions, you will see `403 unauthorized` error messages. To change machine permission on an existing instance, first stop the instance then Edit. Scroll down to `Access Scopes` to change permission. The other way to alter these permissions is to delete the instance (NOT THE DISK). Then create another with the correct permissions.
|
||||
|
||||
Creating machines with gcloud::
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue