-
Notifications
You must be signed in to change notification settings - Fork 2
/
compas-scl-validator.json
88 lines (88 loc) · 2.75 KB
/
compas-scl-validator.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"containerDefinitions": [
{
"name": "CoMPAS-Scl-Validator",
"image": "lfenergy/compas-scl-validator:0.6.1",
"cpu": 0,
"links": [],
"portMappings": [
{
"containerPort": 8080,
"hostPort": 8080,
"protocol": "tcp"
}
],
"essential": true,
"entryPoint": [],
"command": [],
"environment": [
{
"name": "MP_JWT_TOKEN_HEADER",
"value": "x-amzn-oidc-accesstoken"
},
{
"name": "JWT_VERIFY_CLIENT_ID",
"value": ""
},
{
"name": "QUARKUS_HTTP_ACCESS_LOG_ENABLED",
"value": "true"
},
{
"name": "JWT_VERIFY_KEY",
"value": "https://cognito-idp.eu-west-1.amazonaws.com/eu-west-1_sAuHe0PnO/.well-known/jwks.json"
},
{
"name": "QUARKUS_LOG_LEVEL",
"value": "ALL"
},
{
"name": "JWT_GROUPS_PATH",
"value": "resource_access/scl-validator/roles"
},
{
"name": "QUARKUS_HTTP_ACCESS_LOG_PATTERN",
"value": "long"
},
{
"name": "JWT_VERIFY_ISSUER",
"value": "https://cognito-idp.eu-west-1.amazonaws.com/eu-west-1_sAuHe0PnO"
},
{
"name": "USERINFO_WHO_CLAIMNAME",
"value": "username"
}
],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"secrets": [],
"dnsServers": [],
"dnsSearchDomains": [],
"extraHosts": [],
"dockerSecurityOptions": [],
"dockerLabels": {},
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/scl-validator",
"awslogs-region": "eu-west-1",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
},
"systemControls": []
}
],
"family": "CoMPAS-Scl-Validator",
"executionRoleArn": "ecsTaskExecutionRole",
"networkMode": "awsvpc",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "256",
"memory": "512"
}