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

[Enchancement] Clearly document required GCP org-level IAM permissions/Org Policies and provide provisioning scripts #158

Open bbhuston opened 1 year ago

bbhuston commented 1 year ago

Issue: The global-multilayer-demo currently does not explicitly document, or provide ready-to-use provisioning scripts, for some important pre-requisite org-level settings. Specifically, information related to Org Policies and the super-user IAM permissions needed to apply these Org Policies is missing.

Proposed enhancement: Create a top-level folder in repo for the org-level configurations (i.e., policies/IAM) that users can optionally use for troubleshooting purposes. This folder will contain:

If the end user does not have the ability to make these org-level configurations themselves, then this README will serve as a reference that can be shared with a Platform Admin who can apply these changes.