We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2b7db commit e9de479Copy full SHA for e9de479
infrastructure/aws/production/ecs-task-definition-sse.json
@@ -25,7 +25,12 @@
25
],
26
"essential": true,
27
"environment": [],
28
- "secrets": [],
+ "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
+ ],
34
"logConfiguration": {
35
"logDriver": "awslogs",
36
"options": {
0 commit comments