mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-01 12:21:48 -05:00
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:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user