Skip to content

Commit

Permalink
fix(horde): add JwtIssuer to ensure container retains agents on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Nov 8, 2024
1 parent 401f0fd commit 1553958
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/unreal/horde/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ resource "aws_ecs_task_definition" "unreal_horde_task_definition" {
{
name = "Horde__databasePublicCert",
value = "/app/config/global-bundle.pem"
}
},
{
name = "Horde__jwtIssuer",
value = "https://${var.fully_qualified_domain_name}"
},
], local.horde_service_env)
logConfiguration = {
logDriver = "awslogs"
Expand Down

0 comments on commit 1553958

Please sign in to comment.