Skip to content

Commit e9de479

Browse files
authored
feat(infra/prod): Add sse auth token (#41)
1 parent db2b7db commit e9de479

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infrastructure/aws/production/ecs-task-definition-sse.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
],
2626
"essential": true,
2727
"environment": [],
28-
"secrets": [],
28+
"secrets": [
29+
{
30+
"name": "SSE_AUTHENTICATION_TOKEN",
31+
"valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:SSE-API-zt0nlB:SSE_AUTHENTICATION_TOKEN::"
32+
}
33+
],
2934
"logConfiguration": {
3035
"logDriver": "awslogs",
3136
"options": {

0 commit comments

Comments
 (0)