|
1 | 1 | { |
2 | 2 | "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 |
30 | 4 | } |
31 | 5 | }, |
32 | 6 | "ConnectionStrings": { |
|
78 | 52 | "serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO", |
79 | 53 | "watermarkPercent": 75, |
80 | 54 | "reserveSpaceGB": 5, |
| 55 | + "concurrentUploads": 4, |
81 | 56 | "settings": { |
82 | 57 | "endpoint": "minio:9000", |
83 | 58 | "accessKey": "minioadmin", |
|
0 commit comments