GoogleCloudPlatform / data-analytics-golden-demo

An end to end demo of Google's Cloud data and analytic stack.
Apache License 2.0
212 stars 69 forks source link

Org level roles should not be required #48

Closed dinigo closed 1 year ago

dinigo commented 1 year ago

Organisation ID and organisation admin roles are usually NOT available in organisations. If the "golden demo" is to be deployed in a single project, then the Org ID nor org level roles should be required/used (cause they most probably wont be available)

AdamPaternostro commented 1 year ago

Agreed. Going to add a parameter to skip the Org polices/roles. This will most likely require the deployment into an existing project (which is supported). Thanks for all your feedback.

AdamPaternostro commented 1 year ago

You can now deploy into an existing project without Org Admin access. You will need to create the project and someone with Org Admin will need to disable some policies. This depends on the policies set by your Org.

https://github.com/GoogleCloudPlatform/data-analytics-golden-demo/blob/main/deploy-use-existing-project-non-org-admin.sh

If you test, please let me know.