Skip to content

Commit ea4793d

Browse files
Arnel Jan SarmientoArJSarmiento
authored andcommitted
chore: Update allowed GitHub repository patterns across all environments to include 'repo:DurianPy-Davao-Python-User-Group/*' for improved access control.
1 parent 6ede842 commit ea4793d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

workspaces/nonprod/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "budget_limit_usd" {
1717
}
1818

1919
variable "allowed_github_repos" {
20-
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc/*'])."
20+
description = "GitHub repo patterns permitted to assume the OIDC CI role."
2121
type = list(string)
22-
default = ["repo:the-training-arc/*"]
22+
default = ["repo:DurianPy-Davao-Python-User-Group/*"]
2323
}

workspaces/prod/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "budget_limit_usd" {
4444
}
4545

4646
variable "allowed_github_repos" {
47-
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc/*'])."
47+
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group/*'])."
4848
type = list(string)
49-
default = ["repo:the-training-arc/*"]
49+
default = ["repo:DurianPy-Davao-Python-User-Group/*"]
5050
}

workspaces/root/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cdn_domain_name = "cdn.durianpy.org"
66
cdn_hosted_zone = "durianpy.org"
77
cdn_record_name = "cdn"
88

9-
allowed_github_repos = ["repo:the-training-arc/*"]
9+
allowed_github_repos = ["repo:DurianPy-Davao-Python-User-Group/*"]
1010

1111
budget_notification_email = "durianpy.davao+devops@gmail.com"

workspaces/root/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ variable "budget_notification_email" {
1111
}
1212

1313
variable "allowed_github_repos" {
14-
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc/*'])."
14+
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group/*'])."
1515
type = list(string)
16-
default = ["repo:the-training-arc/*"]
16+
default = ["repo:DurianPy-Davao-Python-User-Group/*"]
1717
}
1818

1919
variable "cdn_domain_name" {

workspaces/sandbox/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "budget_limit_usd" {
1717
}
1818

1919
variable "allowed_github_repos" {
20-
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:the-training-arc/*'])."
20+
description = "GitHub repo patterns permitted to assume the OIDC CI role (e.g. ['repo:DurianPy-Davao-Python-User-Group/*'])."
2121
type = list(string)
22-
default = ["repo:the-training-arc/*"]
22+
default = ["repo:the-training-arc/*", "repo:DurianPy-Davao-Python-User-Group/*"]
2323
}

0 commit comments

Comments
 (0)