grs4
grs4

Reputation: 13

Compute Engine Instance connection from browser

Our users with following permission are unable to connect to the compute engine instance through browser based ssh. This only works for the users with project OWNER permission. This was working fine previously (in dev project). What's the change in regards to this? What is the best way to grant connectivity to prod support team without making them the project owner.

Compute Admin, Compute Instance Admin (beta), Compute Network User, Compute OS Admin Login, Compute OS Login

Upvotes: 1

Views: 42

Answers (1)

John Hanley
John Hanley

Reputation: 81336

The users will need roles/compute.instanceAdmin.v1 to use SSH from gcloud or the browser.

Connecting to an instance as an instanceAdmin

Upvotes: 1

Related Questions