Fix google auth scoping for unscoped credentials (#46740)

* Fix google auth scoping for unscoped credentials

* Add changelog fragment
This commit is contained in:
Thomas Picariello
2018-12-07 00:29:57 +13:00
committed by John R Barker
parent 5392caee14
commit c8ecac8dc2
2 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "gcp_utils - fix google auth scoping issue with application default credentials or google cloud engine credentials. Only scope credentials that can be scoped."