VM サービス アカウントとスコープの構成、使用、監査 のレビュー
15892 件のレビュー
Kharionovskyi Vadym · 5年以上前にレビュー済み
Rai Kewal · 5年以上前にレビュー済み
Gonçalves Bruno · 5年以上前にレビュー済み
Chacko Saji · 5年以上前にレビュー済み
Bandam Akshith · 5年以上前にレビュー済み
Festic Semir · 5年以上前にレビュー済み
Maeda Minoru · 5年以上前にレビュー済み
Espinosa Carmen Beatriz · 5年以上前にレビュー済み
Ashraff Amjad · 5年以上前にレビュー済み
:)
Guerra Ponce de Leon Victor · 5年以上前にレビュー済み
problem
Guerra Ponce de Leon Victor · 5年以上前にレビュー済み
Great
Rujinschi Remus-nicolae · 5年以上前にレビュー済み
Sergey Nozdrachev · 5年以上前にレビュー済み
小林 亨 · 5年以上前にレビュー済み
Fernandez Arboleda Ricardo · 5年以上前にレビュー済み
need more visuals of screen shots!!!!!!!!!!!!!
Miller Max · 5年以上前にレビュー済み
solon denna · 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
Erie Chaila · 5年以上前にレビュー済み
n/a
Rocha Adam · 5年以上前にレビュー済み
desVoigne David · 5年以上前にレビュー済み
klocksiem brad · 5年以上前にレビュー済み
Pratt Justin · 5年以上前にレビュー済み
Dickerson Greg · 5年以上前にレビュー済み
Callaghan Joe · 5年以上前にレビュー済み
Bolukonda Sandeep · 5年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。