关于“Configuring, Using, and Auditing VM Service Accounts and Scopes”的评价
评论
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 核实。