@@ -13,12 +13,6 @@ variable "fargate_memory" {
1313 default = 1024
1414}
1515
16- variable "google_oauth_pickle_string" {
17- description = " (Required) The Google OAuth pickle string"
18- type = string
19- sensitive = true
20- }
21-
2216variable "gcp_sre_service_account_key" {
2317 description = " (Required) The GCP SRE service account key"
2418 type = string
@@ -51,9 +45,6 @@ variable "authorized_endpoints_with_constraints" {
5145 }))
5246 default = [
5347 { path = " /" , positional_constraint = " EXACTLY" },
54- { path = " /auth/login" , positional_constraint = " EXACTLY" },
55- { path = " /auth/logout" , positional_constraint = " EXACTLY" },
56- { path = " /auth/callback" , positional_constraint = " EXACTLY" },
5748 { path = " /auth/me" , positional_constraint = " EXACTLY" },
5849 { path = " /request_access" , positional_constraint = " EXACTLY" },
5950 { path = " /active_requests" , positional_constraint = " EXACTLY" },
@@ -62,7 +53,6 @@ variable "authorized_endpoints_with_constraints" {
6253 { path = " /geolocate" , positional_constraint = " STARTS_WITH" },
6354 { path = " /hook" , positional_constraint = " STARTS_WITH" },
6455 { path = " /version" , positional_constraint = " EXACTLY" },
65- { path = " /static" , positional_constraint = " STARTS_WITH" },
6656 { path = " /access" , positional_constraint = " STARTS_WITH" },
6757 { path = " /health" , positional_constraint = " EXACTLY" }
6858 ]
0 commit comments