Configuring, Using, and Auditing VM Service Accounts and Scopes Rezensionen
15892 Rezensionen
Vadym K. · Vor mehr als 5 Jahre überprüft
Kewal R. · Vor mehr als 5 Jahre überprüft
Bruno G. · Vor mehr als 5 Jahre überprüft
Saji C. · Vor mehr als 5 Jahre überprüft
Akshith B. · Vor mehr als 5 Jahre überprüft
Semir F. · Vor mehr als 5 Jahre überprüft
Minoru M. · Vor mehr als 5 Jahre überprüft
Carmen Beatriz E. · Vor mehr als 5 Jahre überprüft
Amjad A. · Vor mehr als 5 Jahre überprüft
:)
Victor G. · Vor mehr als 5 Jahre überprüft
problem
Victor G. · Vor mehr als 5 Jahre überprüft
Great
Remus-nicolae R. · Vor mehr als 5 Jahre überprüft
Nozdrachev S. · Vor mehr als 5 Jahre überprüft
亨 小. · Vor mehr als 5 Jahre überprüft
Ricardo F. · Vor mehr als 5 Jahre überprüft
need more visuals of screen shots!!!!!!!!!!!!!
Max M. · Vor mehr als 5 Jahre überprüft
denna s. · Vor mehr als 5 Jahre überprüft
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. · Vor mehr als 5 Jahre überprüft
n/a
Adam R. · Vor mehr als 5 Jahre überprüft
David d. · Vor mehr als 5 Jahre überprüft
brad k. · Vor mehr als 5 Jahre überprüft
Justin P. · Vor mehr als 5 Jahre überprüft
Greg D. · Vor mehr als 5 Jahre überprüft
Joe C. · Vor mehr als 5 Jahre überprüft
Sandeep B. · Vor mehr als 5 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.