Skip to content

Commit df09b8a

Browse files
Update configuration files
1 parent b5f3ed5 commit df09b8a

29 files changed

+298
-139
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.0.0</VersionPrefix>
3+
<VersionPrefix>1.0.1</VersionPrefix>
44
<Authors>SimpleIdServer</Authors>
55
<Owners>SimpleIdServer</Owners>
66
</PropertyGroup>

NuGet.Config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
<add key="sid" value="https://www.myget.org/F/advance-ict/api/v3/index.json" />
7+
</packageSources>
8+
</configuration>

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ For project documentation, please visit [readthedocs](https://casemanagement.rea
2121

2222
## Packages
2323

24-
| | | | |
25-
| --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
26-
| `CaseManagement.CMMN` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.svg)](https://nuget.org/packages/CaseManagement.CMMN) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.svg)](https://nuget.org/packages/CaseManagement.CMMN) |
27-
| `CaseManagement.CMMN.AspNet` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.AspNet.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN.AspNet) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.AspNet.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNet) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.AspNet.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNet) |
28-
| `CaseManagement.CMMN.AspNetCore` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.AspNetCore.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN.AspNetCore) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.AspNetCore.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNetCore) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.AspNetCore.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNetCore) |
24+
| | | | |
25+
| --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26+
| `CaseManagement.CMMN` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.svg)](https://nuget.org/packages/CaseManagement.CMMN) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.svg)](https://nuget.org/packages/CaseManagement.CMMN) |
27+
| `CaseManagement.CMMN.AspNet` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.AspNet.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN.AspNet) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.AspNet.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNet) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.AspNet.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNet) |
28+
| `CaseManagement.CMMN.AspNetCore` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.CMMN.AspNetCore.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.CMMN.AspNetCore) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.CMMN.AspNetCore.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNetCore) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.CMMN.AspNetCore.svg)](https://nuget.org/packages/CaseManagement.CMMN.AspNetCore) |
29+
| `CaseManagement.Gateway.Website` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.Gateway.Website.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.Gateway.Website) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.Gateway.Website.svg)](https://nuget.org/packages/CaseManagement.Gateway.Website) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.Gateway.Website.svg)](https://nuget.org/packages/CaseManagement.Gateway.Website) |
30+
| `CaseManagement.Gateway.Website.AspNetCore` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/CaseManagement.Gateway.Website.AspNetCore.svg)](https://www.myget.org/feed/advance-ict/package/nuget/CaseManagement.Gateway.Website.AspNetCore) | [![NuGet](https://img.shields.io/nuget/v/CaseManagement.Gateway.Website.AspNetCore.svg)](https://nuget.org/packages/CaseManagement.Gateway.Website.AspNetCore) | [![NuGet](https://img.shields.io/nuget/dt/CaseManagement.Gateway.Website.AspNetCore)](https://nuget.org/packages/CaseManagement.Gateway.Website.AspNetCore) |
2931

3032
## Contributing
3133

@@ -35,9 +37,9 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
3537

3638
### Performance website
3739

38-
Performance live demo : (?).
40+
Performance live demo : [http://simpleidserver.northeurope.cloudapp.azure.com/casemanagementperformance](http://simpleidserver.northeurope.cloudapp.azure.com/casemanagementperformance).
3941

40-
Use the following administrator account to authenticate to the performance website.
42+
Administrator credentials :
4143

4244
| Property | Value |
4345
|---------------|-----------------|
@@ -46,11 +48,18 @@ Use the following administrator account to authenticate to the performance websi
4648

4749
### Case management website
4850

49-
CaseManagement live demo : [http://simpleidserver.northeurope.cloudapp.azure.com/](http://simpleidserver.northeurope.cloudapp.azure.com/).
51+
CaseManagement live demo : [http://simpleidserver.northeurope.cloudapp.azure.com/casemanagement](http://simpleidserver.northeurope.cloudapp.azure.com/casemanagement).
5052

51-
Use the following businessanalyst account to authenticate to the case management website.
53+
Business analyst credentials :
5254

5355
| Property | Value |
5456
|---------------|-----------------|
5557
| login | businessanalyst |
58+
| value | password |
59+
60+
Case worker credentials :
61+
62+
| Property | Value |
63+
|---------------|-----------------|
64+
| login | caseworker |
5665
| value | password |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pull_requests:
44
branches:
55
only:
66
- master
7-
image: Visual Studio 2017
7+
image: Visual Studio 2019
88
nuget:
99
disable_publish_on_pr: true
1010
build_script:

conf/casemanagement.nginx

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server {
1212

1313
server_name simpleidserver.northeurope.cloudapp.azure.com;
1414

15-
location / {
15+
location /casemanagement {
1616
proxy_pass http://localhost:51724;
1717
proxy_set_header Upgrade $http_upgrade;
1818
proxy_set_header Connection keep-alive;
@@ -34,9 +34,55 @@ server {
3434
proxy_buffer_size 128k;
3535
proxy_buffers 32 256k;
3636
}
37+
38+
location /casemanagementperformance {
39+
proxy_pass http://localhost:51725;
40+
proxy_set_header Upgrade $http_upgrade;
41+
proxy_set_header Connection keep-alive;
42+
proxy_set_header Host $host;
43+
proxy_pass_header Set-Cookie;
44+
proxy_pass_request_headers on;
45+
proxy_cache_bypass $http_upgrade;
46+
proxy_cookie_domain localhost $host;
47+
proxy_set_header X-Scheme https;
48+
proxy_set_header X-Real-IP $remote_addr;
49+
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
50+
proxy_set_header X-Forwarded-Proto $scheme;
51+
proxy_set_header X-URL-SCHEME https;
52+
client_max_body_size 1M;
53+
client_body_buffer_size 4096k;
54+
proxy_connect_timeout 90;
55+
proxy_send_timeout 90;
56+
proxy_read_timeout 90;
57+
proxy_buffer_size 128k;
58+
proxy_buffers 32 256k;
59+
}
3760

3861
location /casemanagementapi {
39-
proxy_pass http://localhost:54942;
62+
proxy_pass http://localhost:56696;
63+
proxy_set_header Upgrade $http_upgrade;
64+
proxy_set_header Connection keep-alive;
65+
proxy_set_header Host $host;
66+
proxy_pass_header Set-Cookie;
67+
proxy_pass_request_headers on;
68+
proxy_cache_bypass $http_upgrade;
69+
proxy_cookie_domain localhost $host;
70+
proxy_set_header X-Scheme https;
71+
proxy_set_header X-Real-IP $remote_addr;
72+
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
73+
proxy_set_header X-Forwarded-Proto $scheme;
74+
proxy_set_header X-URL-SCHEME https;
75+
client_max_body_size 1M;
76+
client_body_buffer_size 4096k;
77+
proxy_connect_timeout 90;
78+
proxy_send_timeout 90;
79+
proxy_read_timeout 90;
80+
proxy_buffer_size 128k;
81+
proxy_buffers 32 256k;
82+
}
83+
84+
location /casemanagementidentity {
85+
proxy_pass http://localhost:60000;
4086
proxy_set_header Upgrade $http_upgrade;
4187
proxy_set_header Connection keep-alive;
4288
proxy_set_header Host $host;

conf/casemanagement.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Description=Case management
33
After=network.target
44

55
[Service]
6-
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.CMMN.Host/bin/Debug/netcoreapp2.2/CaseManagement.CMMN.Host.dll --pathBase=/casemanagementapi --server.urls="http://*:54942"
6+
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.CMMN.Host/bin/Debug/netcoreapp3.1/CaseManagement.CMMN.Host.dll --server.urls="http://*:54942"
77
KillMode=process
88
TimeoutStopSec=5s
99
Restart=always
10-
WorkingDirectory=/src/CaseManagement/src/CaseManagement.CMMN.Host/bin/Debug/netcoreapp2.2
10+
WorkingDirectory=/src/CaseManagement/src/CaseManagement.CMMN.Host/bin/Debug/netcoreapp3.1
1111

1212
[Install]
1313
WantedBy=multi-user.target

conf/casemanagementgateway.service

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Case management gateway
3+
After=network.target
4+
5+
[Service]
6+
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.Gateway.Website.Host/bin/Debug/netcoreapp3.1/CaseManagement.Gateway.Website.Host.dll --pathBase=/casemanagementapi --server.urls="http://*:56696"
7+
KillMode=process
8+
TimeoutStopSec=5s
9+
Restart=always
10+
WorkingDirectory=/src/CaseManagement/src/CaseManagement.Gateway.Website.Host
11+
12+
[Install]
13+
WantedBy=multi-user.target
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Case management identity (OPENID)
3+
After=network.target
4+
5+
[Service]
6+
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.Identity/bin/Debug/netcoreapp2.2/CaseManagement.Identity.dll --pathBase=/casemanagementidentity --server.urls="http://*:60000"
7+
KillMode=process
8+
TimeoutStopSec=5s
9+
Restart=always
10+
WorkingDirectory=/src/CaseManagement/src/CaseManagement.Identity
11+
12+
[Install]
13+
WantedBy=multi-user.target

conf/casemanagementoauth.service

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Case management authorization (OAUTH)
3+
After=network.target
4+
5+
[Service]
6+
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.OAuth/bin/Debug/netcoreapp2.2/CaseManagement.OAuth.dll --server.urls="http://*:60001"
7+
KillMode=process
8+
TimeoutStopSec=5s
9+
Restart=always
10+
WorkingDirectory=/src/CaseManagement/src/CaseManagement.OAuth
11+
12+
[Install]
13+
WantedBy=multi-user.target
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Case management performance
3+
After=network.target
4+
5+
[Service]
6+
ExecStart=/usr/bin/dotnet /src/CaseManagement/src/CaseManagement.Performance/bin/Debug/netcoreapp2.2/CaseManagement.Performance.dll --pathBase=/casemanagementperformance --server.urls="http://*:51725"
7+
KillMode=process
8+
TimeoutStopSec=5s
9+
Restart=always
10+
WorkingDirectory=/src/CaseManagement/src/CaseManagement.Performance
11+
12+
[Install]
13+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)