Skip to content

Commit e4728f3

Browse files
authored
Update informatics-gateway.json
Signed-off-by: JHancox <48477639+JHancox@users.noreply.github.com>
1 parent 176b4a5 commit e4728f3

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

deploy/monai-deploy-express/configs/informatics-gateway.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
{
22
"MonaiDeployAuthentication": {
3-
"bypassAuthentication": true,
4-
"openId": {
5-
"realm": "http://localhost:8080/realms/monai-test/",
6-
"realmKey": "G6GIR03BEJMlevUtAuZ1ao1SN6IHyUXR",
7-
"clientId": "monai-app",
8-
"audiences": [ "monai-app-test" ],
9-
"roleClaimType": "roles",
10-
"claimMappings": {
11-
"userClaims": [
12-
{
13-
"claimType": "user-role",
14-
"claimValues": [ "monai-deploy-user" ],
15-
"endpoints": [ "Stow", "Fhir", "Inference" ]
16-
},
17-
{
18-
"claimType": "user-role",
19-
"claimValues": [ "pacs-admin" ],
20-
"endpoints": [ "MonaiAeTitle", "SourceAeTitle", "DestinationAeTitle" ]
21-
}
22-
],
23-
"adminClaims": [
24-
{
25-
"claimType": "user-role",
26-
"claimValues": [ "monai-role-admin" ]
27-
}
28-
]
29-
}
3+
"bypassAuthentication": true
304
}
315
},
326
"ConnectionStrings": {
@@ -78,6 +52,7 @@
7852
"serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO",
7953
"watermarkPercent": 75,
8054
"reserveSpaceGB": 5,
55+
"concurrentUploads": 4,
8156
"settings": {
8257
"endpoint": "minio:9000",
8358
"accessKey": "minioadmin",

0 commit comments

Comments
 (0)