You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/29 08:44:53 UTC

[GitHub] [beam] ricardograca-scratch commented on a diff in pull request #23410: Include the GCP scope when creating a scoped credential token.

ricardograca-scratch commented on code in PR #23410:
URL: https://github.com/apache/beam/pull/23410#discussion_r983251363


##########
sdks/python/apache_beam/internal/gcp/auth.py:
##########
@@ -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',

Review Comment:
   Looks like the scope is already there, so this change isn't actually doing anything.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org