Skip to content

Commit

Permalink
add auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 2, 2024
1 parent ae4ba63 commit 1a2ffda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ module "analysis_dashboard" {
{ "name" : "ORIGINS", "value" : "*" },
{ "name" : "REGION", "value": local.domain},
{ "name" : "ENVIRONMENT", "value": local.environment},
{ "name" : "AUTH0_DOMAIN", "value" : var.auth_domain },
{ "name" : "AUTH0_CLIENT_ID", "value" : var.auth_dashboard_client_id },
]
container-name = "analysis-dashboard"
container-tag = var.analysis_dashboard_version
Expand Down
5 changes: 5 additions & 0 deletions terraform/india/development/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,9 @@ variable "auth_domain" {
variable "auth_api_audience" {
description = "The Auth API Audience that should be used"
default = "not-set"
}

variable "auth_dashboard_client_id" {
description = "The Auth client id for the dashboard that should be used"
default = "not-set"
}

0 comments on commit 1a2ffda

Please sign in to comment.