简体   繁体   English

如何通过 AI Platform 控制台中的“OPEN JUPYTERLAB”链接授予用户对 GCP jupyterlab 的访问权限

[英]How to give user access to GCP jupyterlab via "OPEN JUPYTERLAB" link in AI Platform console

... without giving access to everything in project with Roles like Editor . ...无需使用Editor等 Roles 访问项目中的所有内容。

Apparently giving access to Notebooks Admin is not sufficient.显然授予对Notebooks Admin的访问权限是不够的。 User gets 403 error.用户收到 403 错误。

Turns out that authentication for the notebook proxy that is automatically set up by google requires that user has access to use the default compute service account.事实证明,谷歌自动设置的笔记本代理身份验证要求用户有权使用默认计算服务帐户。 So, apart from giving proper role like Notebooks Admin .因此,除了给予像Notebooks Admin这样的适当角色。 You need to:你需要:

  • Locate the default compute service account for your project找到项目的默认计算服务帐户
  • Give user in question access to Role "Use Service Account" on the service account permissions tab.在服务帐户权限选项卡上授予相关用户对角色“使用服务帐户”的访问权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jupyter 内部 API 未激活 - Vertex-AI jupyterlab 错误 524 - Jupyter internal API is not active - Vertex-AI jupyterlab error 524 如何在 SageMaker Studio 中监控 Jupyterlab notebook? - How to monitor Jupyterlab notebook in SageMaker Studio? 如何将签名名称设置为 serving_default 以避免部署到 GCP AI 平台后出错 - how to set signature name to serving_default to avoid errors after deployment to GCP AI Platform GCP 如何让我通过 GCP 控制台将 SSH 转为内部 IP - How is GCP letting me SSH to internal IP via GCP Console GCP - Vertex AI 模型 - 访问 GCS 失败 - GCP - Vertex AI Model - Access GCS failed 从 ai-platform 作业访问 Cloudsql - Cloudsql access from ai-platform job 如何让用户访问由 GCP 项目管理的应用程序脚本 - How to give users access to app script managed by a GCP Project GCP AI Notebook 无法访问存储桶 - GCP AI Notebook can't access storage bucket 如何创建 AI Platform 自定义代码服务代理“service-xxxx@gcp-sa-aiplatform-cc.iam.gserviceaccount.com”? - How to create a AI Platform Custom Code Service Agent "service-xxxx@gcp-sa-aiplatform-cc.iam.gserviceaccount.com"? 如何给运行在GCP cloud run上的应用授予访问gcp服务的权限 - How to give permission to applications running on GCP cloud run to access gcp services
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM