Skip to content

Commit

Permalink
Add monitoring.write scope for GCP #225 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-czech committed Jan 4, 2021
1 parent 7642cc2 commit 552f3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_cloudprovider/gcp/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def create_gcp_config(self):
"scopes": [
"https://www.googleapis.com/auth/devstorage.read_write",
"https://www.googleapis.com/auth/logging.write",
"https://www.googleapis.com/auth/monitoring.write",
],
}
],
Expand Down

0 comments on commit 552f3f1

Please sign in to comment.