"Cloud Datastore" Google Compute Engine VM 实例的权限
"Cloud Datastore" permission for Google Compute Engine VM instance
在为新的 Google Compute Engine VM 实例设置权限时,我注意到 "Cloud Datastore" 是一项我可以授予我的 VM 访问权限的服务。
据我所知,remote_api
和 Python Protobuf 数据存储 API 都使用绕过 VM 权限的服务帐户。
Google是否有任何支持基于 VM 权限的身份验证的数据存储库?
是的。
还有 Cloud Datastore API which can be accessed quite easily with gcloud-python, Python idiomatic client for Google Cloud Platform services. Specifically its datastore client 一个方便的包装器,用于调用 APIs/factories w/数据集 ID 与云项目 ID 相同。
在为新的 Google Compute Engine VM 实例设置权限时,我注意到 "Cloud Datastore" 是一项我可以授予我的 VM 访问权限的服务。
据我所知,remote_api
和 Python Protobuf 数据存储 API 都使用绕过 VM 权限的服务帐户。
Google是否有任何支持基于 VM 权限的身份验证的数据存储库?
是的。
还有 Cloud Datastore API which can be accessed quite easily with gcloud-python, Python idiomatic client for Google Cloud Platform services. Specifically its datastore client 一个方便的包装器,用于调用 APIs/factories w/数据集 ID 与云项目 ID 相同。