Skip to content

Commit

Permalink
Add GCP constraints to GCP setup (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Hay authored Aug 2, 2024
1 parent 88f748e commit 248dc8d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ The following roles are also required if using [RDB Loader](/docs/pipeline-compo
### Enable billing for the project

Please enable billing on the project as failing to do so will prevent the pipeline from being installed. For details on enabling billing for your project, please refer to the GCP documentation for [APIs and billing](https://support.google.com/googleapi/answer/6158867).

### Ensure that the following constraints are turned off

The following is a list of Organizational Policy constraints that we require to be turned off, otherwise we are unable to deploy the pipeline. For some, more specific configuration would enable the constraint to stay and the pipeline to deploy. This list will be updated as we discover more constraints that are not compatible with the pipeline deployment.

- `constraints/compute.requireShieldedVm`
- `constraints/gcp.resourceLocations`
- `constraints/iam.disableServiceAccountCreation`
- `constraints/iam.disableServiceAccountKeyCreation`
- `constraints/sql.restrictPublicIp`

0 comments on commit 248dc8d

Please sign in to comment.