-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmgo-services.json
More file actions
152 lines (152 loc) · 4.8 KB
/
Copy pathmgo-services.json
File metadata and controls
152 lines (152 loc) · 4.8 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"name": "DVP Proxy",
"github": "minvws/nl-mgo-dvp-proxy-private",
"type": "Fastapi",
"has_version": true,
"description": "DVP Proxy which handles forwarding requests to the DVA servers over mTLS.",
"environments": {
"test": {
"url": "https://dvp-proxy.test.mgo.irealisatie.nl",
"version_url": "https://dvp-proxy.test.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://dvp-proxy.acc.mgo.irealisatie.nl",
"version_url": "https://dvp-proxy.acc.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
},
{
"name": "LOAD",
"github": "minvws/nl-mgo-localization-private",
"type": "Fastapi",
"has_version": true,
"description": "Localization Addressing service for MGO.",
"environments": {
"test": {
"url": "https://lo-ad.test.mgo.irealisatie.nl",
"version_url": "https://lo-ad.test.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://lo-ad.acc.mgo.irealisatie.nl",
"version_url": "https://lo-ad.acc.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
},
{
"name": "DVA Mock",
"description": "Mock implementation of a DienstVerlener Aanbieder service for testing purposes.",
"github": "minvws/nl-mgo-dva-mock-private",
"type": "Fastapi",
"has_version": true,
"environments": {
"test": {
"url": "https://dva-mock.test.mgo.irealisatie.nl/health",
"version_url": "https://dva-mock.test.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://dva-mock.acc.mgo.irealisatie.nl/health",
"version_url": "https://dva-mock.acc.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
},
{
"name": "CBP",
"github": "minvws/nl-mgo-vad-clients-manager-private",
"description": "Client management portal for the VAD service.",
"type": "Laravel",
"has_version": true,
"environments": {
"test": {
"url": "https://cbp.test.mgo.irealisatie.nl/health",
"version_url": "https://cbp.test.mgo.irealisatie.nl/version.json",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://cbp.acc.mgo.irealisatie.nl/health",
"version_url": "https://cbp.acc.mgo.irealisatie.nl/version.json",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
},
{
"name": "VAD",
"github": "minvws/nl-mgo-max-vad-private",
"description": "The Vertrouwde AuthenticatieDienst (VAD) is the TVS SSO authentication service for MGO.",
"type": "Fastapi",
"has_version": true,
"environments": {
"test": {
"url": "https://vad.test.mgo.irealisatie.nl",
"version_url": "https://vad.test.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://vad.acc.mgo.irealisatie.nl",
"version_url": "https://vad.acc.mgo.irealisatie.nl/",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
},
{
"name": "Web app",
"description": "The main client web application for MGO.",
"github": "minvws/nl-mgo-app-web-private",
"type": "React",
"has_version": true,
"environments": {
"test": {
"url": "https://web.test.mgo.irealisatie.nl",
"version_url": "https://web.test.mgo.irealisatie.nl/version.json",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
},
"acc": {
"url": "https://web.acc.mgo.irealisatie.nl",
"version_url": "https://web.acc.mgo.irealisatie.nl/version.json",
"basic_auth": {
"username_env": "BASIC_AUTH_MGO_USERNAME",
"password_env": "BASIC_AUTH_MGO_PASSWORD"
}
}
}
}
]