-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
11 changed files
with
108 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,6 +221,14 @@ gcloud projects add-iam-policy-binding ${PROJECT_ID} \ | |
gcloud projects add-iam-policy-binding ${PROJECT_ID} \ | ||
--member="serviceAccount:${PROJECT_NUMBER}[email protected]" \ | ||
--role="roles/eventarc.eventReceiver" | ||
export ORG_ID=$(gcloud organizations list --format="value(name)") | ||
cat <<EOF > policy.yaml | ||
constraint: constraints/iam.allowedPolicyMemberDomains | ||
listPolicy: | ||
allValues: ALLOW | ||
EOF | ||
gcloud resource-manager org-policies set-policy policy.yaml --organization=${ORG_ID} | ||
``` | ||
|
||
Create VPC connectors for Cloud Run to connect to alloy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
constraint: constraints/iam.allowedPolicyMemberDomains | ||
listPolicy: | ||
allValues: ALLOW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
constraint: constraints/iam.allowedPolicyMemberDomains | ||
listPolicy: | ||
allValues: ALLOW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters