Manage access to an instance's JupyterLab interface
This page describes how to grant access to the JupyterLab interface of a Vertex AI Workbench instance.
You control access to a Vertex AI Workbench instance's JupyterLab interface through the instance's access mode. You set a JupyterLab access mode when you create a Vertex AI Workbench instance. The access mode can't be changed after the notebook is created.
The JupyterLab access mode determines who can use the instance's JupyterLab interface. The access mode also determines which credentials are used when your instance interacts with other Google Cloud services.
Access limitations
Granting a principal access to a Vertex AI Workbench instance's JupyterLab interface doesn't grant access to the instance itself. For example, to start, stop, or reset an instance, you must grant the principal access to perform those operations by setting an IAM policy on the instance. To grant access to the Vertex AI Workbench instance, see Manage access to a Vertex AI Workbench instance.
JupyterLab access modes
Vertex AI Workbench instances support the following access modes:
Single user only: The Single user only access mode grants access only to the user that you specify.
Service account: The Service account access mode grants access to a service account. You can grant access to one or more users through this service account.
Single user only
When you create a Vertex AI Workbench instance
with Single user only access, you specify a user account.
The specified user account is the only user with access to
the JupyterLab interface. If the specified user is not the creator of the
instance, you must grant the specified user the
Service Account User role
(roles/iam.serviceAccountUser
) on the instance's service account. If the
instance needs to access other Google Cloud resources, this
service account
must also have access to those Google Cloud resources.
Grant access to a single user
To grant access to a single user, complete the following steps.
Create a Vertex AI Workbench instance with the following specifications:
In the Create instance dialog, in the IAM and security section, select the Single user only access mode.
In the User email field, enter the user account that you want to grant access.
Complete the rest of the dialog, and then click Create.
Service account
When you create a Vertex AI Workbench instance with Service account access, you specify a service account. If the instance needs to access other Google resources, this service account must have access to those Google resources also.
When you specify a service account, choose one of the following:
- Select the Compute Engine default service account.
- Specify a custom service account. The custom service account must be
in the same project as your Vertex AI Workbench instance.
To create the instance, you must have
the
iam.serviceAccounts.actAs
permission on the service account.
To grant access to users through a service account,
you grant the iam.serviceAccounts.actAs
permission on
the specified service account for each user who needs
to access JupyterLab.
Grant access to multiple users through a service account
Create a Vertex AI Workbench instance with the following specifications:
In the Create instance dialog, in the IAM and security section, select the Service account access mode.
Choose the Compute Engine default service account or a custom service account.
To use the Compute Engine default service account, select Use Compute Engine default service account.
To use a custom service account, clear Use Compute Engine default service account, and then, in the Service account email field, enter your custom service account email address.
Complete the rest of the dialog, and then click Create.
For each user who needs to access JupyterLab, grant the
iam.serviceAccounts.actAs
permission on your service account.
Access mode metadata
The access mode that you configure during Vertex AI Workbench instance creation is stored in the notebook metadata.
When you select the Single user only access mode,
Vertex AI Workbench stores a value for proxy-mode
and proxy-user-mail
.
The following are examples of single user access metadata entries:
proxy-mode=mail
proxy-user-mail=user@example.com
When you select the Service account access mode, Vertex AI Workbench
stores a proxy-mode=service_account
metadata entry.
What's next
To learn how to grant access to other Google resources, see Manage access to other resources.