Merge pull request #3925 from AlanCoding/gce_contract

Restore old use pattern for gce_ modules, update token_uri URL

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-05-28 17:03:32 +00:00
committed by GitHub
3 changed files with 10 additions and 9 deletions

View File

@@ -3,5 +3,5 @@
"private_key": "{{private_key}}",
"client_email": "fooo",
"project_id": "fooo",
"token_uri": "https://accounts.google.com/o/oauth2/token"
"token_uri": "https://oauth2.googleapis.com/token"
}

View File

@@ -3,5 +3,5 @@
"private_key": "{{private_key}}",
"client_email": "fooo",
"project_id": "fooo",
"token_uri": "https://accounts.google.com/o/oauth2/token"
"token_uri": "https://oauth2.googleapis.com/token"
}