Como configurar, usar e auditar escopos e contas de serviços da VM avaliações

15892 avaliações

Vadym K. · Revisado há over 5 years

Kewal R. · Revisado há over 5 years

Bruno G. · Revisado há over 5 years

Saji C. · Revisado há over 5 years

Akshith B. · Revisado há over 5 years

Semir F. · Revisado há over 5 years

Minoru M. · Revisado há over 5 years

Carmen Beatriz E. · Revisado há over 5 years

Amjad A. · Revisado há over 5 years

:)

Victor G. · Revisado há over 5 years

problem

Victor G. · Revisado há over 5 years

Great

Remus-nicolae R. · Revisado há over 5 years

Nozdrachev S. · Revisado há over 5 years

亨 小. · Revisado há over 5 years

Ricardo F. · Revisado há over 5 years

need more visuals of screen shots!!!!!!!!!!!!!

Max M. · Revisado há over 5 years

denna s. · Revisado há 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. · Revisado há over 5 years

n/a

Adam R. · Revisado há over 5 years

David d. · Revisado há over 5 years

brad k. · Revisado há over 5 years

Justin P. · Revisado há over 5 years

Greg D. · Revisado há over 5 years

Joe C. · Revisado há over 5 years

Sandeep B. · Revisado há over 5 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.