-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sdk): Add required auth scopes to RegistryClient for GCP service …
…accounts credentials (#10819) The scopes are defined in registry context file. Additional scopes must be comma separated. Fixes #8878. Previous PR #8895 was approved, but tests failed and became stale. I fixed the tests, and confirmed it worked for my case. Using a GCP Service Account with RegistryClient no longer needs me to explicitly provide the required scopes. Signed-off-by: Pedro Chambino <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters