forked from Regional-Australia-Bank/ADR-Gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.test.environments.json
70 lines (70 loc) · 2.36 KB
/
example.test.environments.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
[
{
"Name": "<COMPLETE_ME>",
"EvidenceDir": "<COMPLETE_ME>",
"TestData": {
"Personas": {
"Joseph": {
"NonConsentedAccountId": "<COMPLETE_ME>"
}
},
"DefaultCustomerId": "<COMPLETE_ME>",
"Boundaries": {
"oldest-time": "<COMPLETE_ME>",
"newest-time": "<COMPLETE_ME>",
"min-amount": "1.00",
"max-amount": "500.00"
}
},
"SystemUnderTest": {
"Register": {
"DiscoveryUri": "https://<COMPLETE_ME>/idp",
"SecureUri": "https://<COMPLETE_ME>/cdr-register",
"PublicUri": "https://<COMPLETE_ME>/cdr-register"
},
"AdrGateway": {
"FrontEndUrls": {
"JWKSEndpoint": "https://<COMPLETE_ME>/e.g.jwks",
"RevocationEndpoint": "https://<COMPLETE_ME>/revoke"
}
},
"Dataholder": "<COMPLETE_ME>"
},
"TestServiceDefinitions": {
"AdrGateway": {
"Jwks": "adrgw.private.jwks.json",
"RegisterBaseUris": {
"Oidc": "https://<COMPLETE_ME>/idp",
"SecureResource": "https://<COMPLETE_ME>/cdr-register"
},
"AdrClients": [
{
"authCallbackUri": "<COMPLETE_ME>",
"systemId": "<COMPLETE_ME>"
}
],
"DataRecipientApplication": {
"LegalEntityId": "<COMPLETE_ME>",
"BrandId": "<COMPLETE_ME>",
"ProductId": "<COMPLETE_ME>",
"redirect_uris": [
"https://<COMPLETE_ME>"
]
},
"mtls": {
"ca": "file:root-ca.cert.pem",
"cert": "file:client.cert.pem",
"key": "file:client.key.pem"
}
},
"AdrDb": {
"type": "mssql",
"host": "<COMPLETE_ME>",
"database": "<COMPLETE_ME>",
"username": "<COMPLETE_ME>",
"password": "<COMPLETE_ME>"
}
},
"Automation": {}
}
]