关于“Configuring, Using, and Auditing VM Service Accounts and Scopes”的评价
15892 条评价
Vadym K. · 已于 over 5 years前审核
Kewal R. · 已于 over 5 years前审核
Bruno G. · 已于 over 5 years前审核
Saji C. · 已于 over 5 years前审核
Akshith B. · 已于 over 5 years前审核
Semir F. · 已于 over 5 years前审核
Minoru M. · 已于 over 5 years前审核
Carmen Beatriz E. · 已于 over 5 years前审核
Amjad A. · 已于 over 5 years前审核
:)
Victor G. · 已于 over 5 years前审核
problem
Victor G. · 已于 over 5 years前审核
Great
Remus-nicolae R. · 已于 over 5 years前审核
Nozdrachev S. · 已于 over 5 years前审核
亨 小. · 已于 over 5 years前审核
Ricardo F. · 已于 over 5 years前审核
need more visuals of screen shots!!!!!!!!!!!!!
Max M. · 已于 over 5 years前审核
denna s. · 已于 over 5 years前审核
The entire "Put the example code on a GCE instance" is both inefficient and not effective. First and most importantly, it doesn't actually ever explain exactly that the authentication is being configured by the python library using the compute engine service account. While I understood this as I am familiar with python, this would be a necessary informational bit to anyone unfamiliar with the google python libraries, and renders this section ineffective. Second, the entire methodology for how this script is made is not efficient. In this instance a better method would be to use bash environmental variables to set the service account information. Using sed in the way that the instructions make you do involves way more copy and pasting than a correctly curated script and environmental variables. Example: from os import environ service_account_name = environ.get("SERVICE_ACCOUNT") project_id = environ.get("PROJECT_ID") service_account_email = "{0}@{1}.iam.gserviceaccount.com".format(service_account_name, project_id) credentials = compute_engine.Credentials( service_account_email=service_account_name) --- export PROJECT_ID=qwiklabs-gcp-02-ba8b556c1c4c export SERVICE_ACCOUNT=bigquery-qwiklab
Chaila E. · 已于 over 5 years前审核
n/a
Adam R. · 已于 over 5 years前审核
David d. · 已于 over 5 years前审核
brad k. · 已于 over 5 years前审核
Justin P. · 已于 over 5 years前审核
Greg D. · 已于 over 5 years前审核
Joe C. · 已于 over 5 years前审核
Sandeep B. · 已于 over 5 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。