Skip to content

Commit

Permalink
Update auth.py
Browse files Browse the repository at this point in the history
Include the GCP scope when creating a scoped credential token.
  • Loading branch information
tvalentyn authored Sep 28, 2022
1 parent e53466f commit 9a36f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/internal/gcp/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
_LOGGER = logging.getLogger(__name__)

CLIENT_SCOPES = [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/bigquery',
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/devstorage.full_control',
Expand Down

0 comments on commit 9a36f53

Please sign in to comment.