리뷰 Configuring, Using, and Auditing VM Service Accounts and Scopes개
리뷰 15892개
Vadym K. · 5년 초과 전에 리뷰됨
Kewal R. · 5년 초과 전에 리뷰됨
Bruno G. · 5년 초과 전에 리뷰됨
Saji C. · 5년 초과 전에 리뷰됨
Akshith B. · 5년 초과 전에 리뷰됨
Semir F. · 5년 초과 전에 리뷰됨
Minoru M. · 5년 초과 전에 리뷰됨
Carmen Beatriz E. · 5년 초과 전에 리뷰됨
Amjad A. · 5년 초과 전에 리뷰됨
:)
Victor G. · 5년 초과 전에 리뷰됨
problem
Victor G. · 5년 초과 전에 리뷰됨
Great
Remus-nicolae R. · 5년 초과 전에 리뷰됨
Nozdrachev S. · 5년 초과 전에 리뷰됨
亨 小. · 5년 초과 전에 리뷰됨
Ricardo F. · 5년 초과 전에 리뷰됨
need more visuals of screen shots!!!!!!!!!!!!!
Max M. · 5년 초과 전에 리뷰됨
denna s. · 5년 초과 전에 리뷰됨
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. · 5년 초과 전에 리뷰됨
n/a
Adam R. · 5년 초과 전에 리뷰됨
David d. · 5년 초과 전에 리뷰됨
brad k. · 5년 초과 전에 리뷰됨
Justin P. · 5년 초과 전에 리뷰됨
Greg D. · 5년 초과 전에 리뷰됨
Joe C. · 5년 초과 전에 리뷰됨
Sandeep B. · 5년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.