Opiniones sobre Configuración, uso y revisión de las cuentas de servicio y los permisos de las VMs
16297 opiniones
Kenny K. · Se revisó hace casi 6 años
LTI S. · Se revisó hace casi 6 años
Sun H. · Se revisó hace casi 6 años
Marco S. · Se revisó hace casi 6 años
Chandler P. · Se revisó hace casi 6 años
Vadym K. · Se revisó hace casi 6 años
Kewal R. · Se revisó hace casi 6 años
Bruno G. · Se revisó hace casi 6 años
Saji C. · Se revisó hace casi 6 años
Akshith B. · Se revisó hace casi 6 años
Semir F. · Se revisó hace casi 6 años
Minoru M. · Se revisó hace casi 6 años
Carmen Beatriz E. · Se revisó hace casi 6 años
Amjad A. · Se revisó hace casi 6 años
:)
Victor G. · Se revisó hace casi 6 años
problem
Victor G. · Se revisó hace casi 6 años
Great
Remus-nicolae R. · Se revisó hace casi 6 años
Nozdrachev S. · Se revisó hace casi 6 años
亨 小. · Se revisó hace casi 6 años
Ricardo F. · Se revisó hace casi 6 años
need more visuals of screen shots!!!!!!!!!!!!!
Max M. · Se revisó hace casi 6 años
denna s. · Se revisó hace casi 6 años
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. · Se revisó hace casi 6 años
n/a
Adam R. · Se revisó hace casi 6 años
David d. · Se revisó hace casi 6 años
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.