-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
37 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ jobs: | |
global_infra: | ||
name: "Global" | ||
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/[email protected] | ||
if: github.actor != 'osinfra-sa' | ||
with: | ||
checkout_ref: ${{ github.ref }} | ||
environment: production | ||
|
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 |
---|---|---|
|
@@ -217,9 +217,22 @@ folder_iam_policies = { | |
}, | ||
{ | ||
members = [ | ||
"group:[email protected]", | ||
"serviceAccount:plt-lz-testing-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com" | ||
] | ||
role = "roles/resourcemanager.projectCreator" | ||
}, | ||
{ | ||
members = [ | ||
"group:[email protected]" | ||
] | ||
role = "roles/resourcemanager.projectDeleter" | ||
}, | ||
{ | ||
members = [ | ||
"group:[email protected]" | ||
] | ||
role = "roles/resourcemanager.projectOwner" | ||
} | ||
] | ||
} | ||
|
@@ -390,7 +403,7 @@ identity_groups = { | |
description = "Billing users are able to attach billing accounts to projects" | ||
display_name = "Billing Users" | ||
managers = [] | ||
members = [] | ||
members = ["[email protected]"] | ||
owners = ["[email protected]"] | ||
roles = [ | ||
"roles/billing.costsManager", | ||
|
@@ -399,6 +412,24 @@ identity_groups = { | |
] | ||
} | ||
|
||
github-sa = { | ||
description = "Email enabled group for the GitHub Service Account" | ||
display_name = "GitHub Service Account" | ||
managers = [] | ||
members = [] | ||
owners = ["[email protected]"] | ||
roles = [] | ||
} | ||
|
||
help = { | ||
description = "Email enabled group for contacting help" | ||
display_name = "Help" | ||
managers = [] | ||
members = [] | ||
owners = ["[email protected]"] | ||
roles = [] | ||
} | ||
|
||
organization-admins = { | ||
description = "Organization administrators have access to administer all resources belonging to the organization" | ||
display_name = "Organization Administrators" | ||
|
@@ -421,22 +452,13 @@ identity_groups = { | |
] | ||
} | ||
|
||
github-sa = { | ||
description = "Email enabled group for the GitHub Service Account" | ||
display_name = "GitHub Service Account" | ||
managers = [] | ||
members = [] | ||
owners = ["[email protected]"] | ||
roles = [] | ||
} | ||
|
||
help = { | ||
description = "Email enabled group for contacting help" | ||
display_name = "Help" | ||
platform-contributors = { | ||
description = "Platform contributors are able to contribute to the platform" | ||
display_name = "Platform Contributors" | ||
managers = [] | ||
members = [] | ||
owners = ["[email protected]"] | ||
roles = [] | ||
roles = ["roles/viewer"] | ||
} | ||
|
||
security = { | ||
|