googleforgames / global-multiplayer-demo

This multiplayer demo is a cloud first implementation of a global scale, realtime multiplayer game utilising dedicated game servers, utilising both Google Cloud's products and open source gaming solutions.
Apache License 2.0
117 stars 16 forks source link

Give Compute Service Account access to Artifact Repo Read role #162

Closed abmarcum closed 1 year ago

abmarcum commented 1 year ago

Fix to address issue #161 - adding the Artifact Repo Reader role to Compute Service Account.

markmandel commented 1 year ago

I think this is the wrong account - in #161 the issue was with project_number-compute@developer.gserviceaccount.com, but this seems to be affecting the cloudbuild-sa account - which is different.

Or am I reading this wrong?

markmandel commented 1 year ago

Merged. Ignore me - I looked up not down.