Skip to content

Commit 4c7c599

Browse files
authored
Update Moani.Deploy.Security package to 0.1.2 to support basic auth (#289)
* Update Moani.Deploy.Security package to 0.1.3 Signed-off-by: Victor Chang <[email protected]>
1 parent cb54360 commit 4c7c599

File tree

42 files changed

+663
-875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+663
-875
lines changed

doc/dependency_decisions.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
- :who: mocsharp
7575
:why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE)
7676
:versions:
77-
- 4.7.4
77+
- 4.8.0
7878
:when: 2022-09-01 23:05:32.857032968 Z
7979
- - :approve
8080
- DotNext.Threading
8181
- :who: mocsharp
8282
:why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE)
8383
:versions:
84-
- 4.7.4
84+
- 4.8.0
8585
:when: 2022-09-01 23:05:33.298402277 Z
8686
- - :approve
8787
- FluentAssertions
@@ -822,7 +822,7 @@
822822
- :who: mocsharp
823823
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-security/raw/develop/LICENSE)
824824
:versions:
825-
- 0.1.1
825+
- 0.1.2
826826
:when: 2022-08-16 23:06:21.051573547 Z
827827
- - :approve
828828
- Moq
@@ -836,7 +836,7 @@
836836
- :who: mocsharp
837837
:why: BSD 3-Clause License ( https://raw.githubusercontent.com/moq/moq4/main/License.txt)
838838
:versions:
839-
- 4.18.2
839+
- 4.18.3
840840
:when: 2022-08-16 23:06:23.843184482 Z
841841
- - :approve
842842
- NETStandard.Library
@@ -1220,32 +1220,25 @@
12201220
- 4.3.0
12211221
:when: 2022-08-16 23:06:49.709349587 Z
12221222
- - :approve
1223-
- TestableIO.System.IO.Abstractions
1223+
- System.IO.Abstractions
12241224
- :who: mocsharp
12251225
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
12261226
:versions:
1227-
- 18.0.1
1227+
- 17.2.3
12281228
:when: 2022-08-16 23:06:50.602318269 Z
12291229
- - :approve
1230-
- TestableIO.System.IO.Abstractions.Extensions
1230+
- System.IO.Abstractions.Extensions
12311231
- :who: mocsharp
12321232
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions.Extensions/raw/main/LICENSE.md)
12331233
:versions:
12341234
- 1.0.34
12351235
:when: 2022-08-16 23:06:50.602318269 Z
12361236
- - :approve
1237-
- TestableIO.System.IO.Abstractions.TestingHelpers
1237+
- System.IO.Abstractions.TestingHelpers
12381238
- :who: mocsharp
12391239
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
12401240
:versions:
1241-
- 18.0.1
1242-
:when: 2022-08-16 23:06:51.524564913 Z
1243-
- - :approve
1244-
- TestableIO.System.IO.Abstractions.Wrappers
1245-
- :who: mocsharp
1246-
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
1247-
:versions:
1248-
- 18.0.1
1241+
- 17.2.3
12491242
:when: 2022-08-16 23:06:51.524564913 Z
12501243
- - :approve
12511244
- System.IO.Compression

docs/compliance/third-party-licenses.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,14 +1185,14 @@ SOFTWARE.
11851185

11861186

11871187
<details>
1188-
<summary>DotNext 4.7.4</summary>
1188+
<summary>DotNext 4.8.0</summary>
11891189

11901190
## DotNext
11911191

1192-
- Version: 4.7.4
1192+
- Version: 4.8.0
11931193
- Authors: .NET Foundation and Contributors
11941194
- Project URL: https://dotnet.github.io/dotNext/
1195-
- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.7.4)
1195+
- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.8.0)
11961196
- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE)
11971197

11981198

@@ -1224,14 +1224,14 @@ SOFTWARE.
12241224

12251225

12261226
<details>
1227-
<summary>DotNext.Threading 4.7.4</summary>
1227+
<summary>DotNext.Threading 4.8.0</summary>
12281228

12291229
## DotNext.Threading
12301230

1231-
- Version: 4.7.4
1231+
- Version: 4.8.0
12321232
- Authors: .NET Foundation and Contributors
12331233
- Project URL: https://dotnet.github.io/dotNext/
1234-
- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.7.4)
1234+
- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.8.0)
12351235
- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE)
12361236

12371237

@@ -7720,14 +7720,14 @@ By downloading this software, you agree to the license terms & all licenses list
77207720

77217721

77227722
<details>
7723-
<summary>Monai.Deploy.Security 0.1.1</summary>
7723+
<summary>Monai.Deploy.Security 0.1.2</summary>
77247724

77257725
## Monai.Deploy.Security
77267726

7727-
- Version: 0.1.1
7727+
- Version: 0.1.2
77287728
- Authors: MONAI Consortium
77297729
- Project URL: https://github.com/Project-MONAI/monai-deploy-storage
7730-
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Security/0.1.1)
7730+
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Security/0.1.2)
77317731
- License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-security/raw/develop/LICENSE)
77327732

77337733

@@ -8807,14 +8807,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88078807

88088808

88098809
<details>
8810-
<summary>Moq 4.18.2</summary>
8810+
<summary>Moq 4.18.3</summary>
88118811

88128812
## Moq
88138813

8814-
- Version: 4.18.2
8814+
- Version: 4.18.3
88158815
- Authors: Daniel Cazzulino, kzu
88168816
- Project URL: https://github.com/moq/moq4
8817-
- Source: [NuGet](https://www.nuget.org/packages/Moq/4.18.2)
8817+
- Source: [NuGet](https://www.nuget.org/packages/Moq/4.18.3)
88188818
- License: [BSD 3-Clause License]( https://raw.githubusercontent.com/moq/moq4/main/License.txt)
88198819

88208820

@@ -27970,14 +27970,14 @@ consequential or other damages.
2797027970

2797127971

2797227972
<details>
27973-
<summary>TestableIO.System.IO.Abstractions 18.0.1</summary>
27973+
<summary>System.IO.Abstractions 17.2.3</summary>
2797427974

27975-
## TestableIO.System.IO.Abstractions
27975+
## System.IO.Abstractions
2797627976

27977-
- Version: 18.0.1
27977+
- Version: 17.2.3
2797827978
- Authors: Tatham Oddie & friends
2797927979
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
27980-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/18.0.1)
27980+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3)
2798127981
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2798227982

2798327983

@@ -28011,14 +28011,14 @@ SOFTWARE.
2801128011

2801228012

2801328013
<details>
28014-
<summary>TestableIO.System.IO.Abstractions.Extensions 1.0.34</summary>
28014+
<summary>System.IO.Abstractions.Extensions 1.0.34</summary>
2801528015

28016-
## TestableIO.System.IO.Abstractions.Extensions
28016+
## System.IO.Abstractions.Extensions
2801728017

2801828018
- Version: 1.0.34
2801928019
- Authors: Tatham Oddie - Luigi Grilli & friends
2802028020
- Project URL: https://github.com/System-IO-Abstractions/System.IO.Abstractions.Extensions
28021-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Extensions/1.0.34)
28021+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.Extensions/1.0.34)
2802228022
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions.Extensions/raw/main/LICENSE.md)
2802328023

2802428024

@@ -28038,14 +28038,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2803828038

2803928039

2804028040
<details>
28041-
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 18.0.1</summary>
28041+
<summary>System.IO.Abstractions.TestingHelpers 17.2.3</summary>
2804228042

28043-
## TestableIO.System.IO.Abstractions.TestingHelpers
28043+
## System.IO.Abstractions.TestingHelpers
2804428044

28045-
- Version: 18.0.1
28045+
- Version: 17.2.3
2804628046
- Authors: Tatham Oddie & friends
2804728047
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
28048-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/18.0.1)
28048+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/17.2.3)
2804928049
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2805028050

2805128051

@@ -28079,14 +28079,14 @@ SOFTWARE.
2807928079

2808028080

2808128081
<details>
28082-
<summary>TestableIO.System.IO.Abstractions.Wrappers 18.0.1</summary>
28082+
<summary>System.IO.Abstractions.Wrappers 17.2.3</summary>
2808328083

28084-
## TestableIO.System.IO.Abstractions.Wrappers
28084+
## System.IO.Abstractions.Wrappers
2808528085

28086-
- Version: 18.0.1
28086+
- Version: 17.2.3
2808728087
- Authors: Tatham Oddie & friends
2808828088
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
28089-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/18.0.1)
28089+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.Wrappers/17.2.3)
2809028090
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2809128091

2809228092

src/Api/Monai.Deploy.InformaticsGateway.Api.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2021-2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,9 +30,9 @@
3030
<PrivateAssets>All</PrivateAssets>
3131
</PackageReference>
3232
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.11" />
34-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.18" />
35-
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.11" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.12" />
34+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.19" />
35+
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

src/Api/Test/Monai.Deploy.InformaticsGateway.Api.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
3636
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
37-
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="18.0.1" />
37+
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
3838
<PackageReference Include="xRetry" Version="1.8.0" />
3939
<PackageReference Include="xunit" Version="2.4.2" />
4040
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

src/Api/Test/packages.lock.json

Lines changed: 26 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818
"Microsoft.TestPlatform.TestHost": "17.4.0"
1919
}
2020
},
21-
"TestableIO.System.IO.Abstractions.TestingHelpers": {
21+
"System.IO.Abstractions.TestingHelpers": {
2222
"type": "Direct",
23-
"requested": "[18.0.1, )",
24-
"resolved": "18.0.1",
25-
"contentHash": "Z6Oc4Z0B+hZIoy5BM7M51oY23TsQO21Snet4UBuePCx9r27GRqSlTe3BHXx1QKkWrfXZIda1+tt0MMvK+eyNGw==",
23+
"requested": "[17.2.3, )",
24+
"resolved": "17.2.3",
25+
"contentHash": "tkXvQbsfOIfeoGso+WptCuouFLiWt3EU8s0D8poqIVz1BJOOszkPuFbFgP2HUTJ9bp5n1HH89eFHILo6Oz5XUw==",
2626
"dependencies": {
27-
"TestableIO.System.IO.Abstractions": "18.0.1",
28-
"TestableIO.System.IO.Abstractions.Wrappers": "18.0.1"
27+
"System.IO.Abstractions": "17.2.3"
2928
}
3029
},
3130
"xRetry": {
@@ -113,8 +112,8 @@
113112
},
114113
"Microsoft.EntityFrameworkCore.Abstractions": {
115114
"type": "Transitive",
116-
"resolved": "6.0.11",
117-
"contentHash": "KJCJjFMZFGYy0G8a8ZUwAe9n/l6P+dP3i4fQJmR4jR0/EFnlfeNeWh8n6nRhP+9YmNz290twaIZSbRoiGU6S2A=="
115+
"resolved": "6.0.12",
116+
"contentHash": "hvRytAcLhrb35HmtMjYWsNZZLt39ryuN7j04lDchRa9VToreyqgo5gMniTdQ6MfCflxtGnDes65V/Y2pjbEyWg=="
118117
},
119118
"Microsoft.Extensions.Configuration": {
120119
"type": "Transitive",
@@ -260,38 +259,36 @@
260259
},
261260
"Monai.Deploy.Messaging": {
262261
"type": "Transitive",
263-
"resolved": "0.1.18",
264-
"contentHash": "g32wrHpF4hP+HatewxWAdX4LLk2jW1dTVMGooXgA5qIVpm1lhsPtCvodmKqIxI2UHtSatXrH5uy19WAR7yFAEA==",
262+
"resolved": "0.1.19",
263+
"contentHash": "XP9AFsjbYsv8xGc5yTSE1SL6zuBoNZJQx/GGEd/NLwl+YiaCZA7MfHrnGp7wz9Me03+nlyGpLEiKlSVljpCXtg==",
265264
"dependencies": {
266265
"Ardalis.GuardClauses": "4.0.1",
267266
"Microsoft.Extensions.Configuration": "6.0.1",
268267
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.11",
269268
"Microsoft.Extensions.Logging": "6.0.0",
270269
"Newtonsoft.Json": "13.0.2",
271270
"System.ComponentModel.Annotations": "5.0.0",
272-
"TestableIO.System.IO.Abstractions": "18.0.1",
273-
"TestableIO.System.IO.Abstractions.Wrappers": "18.0.1"
271+
"System.IO.Abstractions": "17.2.3"
274272
}
275273
},
276274
"Monai.Deploy.Storage": {
277275
"type": "Transitive",
278-
"resolved": "0.2.11",
279-
"contentHash": "49ZDyrmnDqkV8YZQAABZzrqa4ynvVeNOCFL3xptGoalERsgOpRRHIDDeoeMuXe2lCtJ5sQcRzh2GDacD2REkBA==",
276+
"resolved": "0.2.13",
277+
"contentHash": "n8GpFPA/MNaTywz/xRRb1KpJONs+dy7QAjKsk6fQrviMrU9jtXJsv6BuodX9kqzLL6npA63gweHRUDljQJLUEw==",
280278
"dependencies": {
281279
"AWSSDK.SecurityToken": "3.7.100.25",
282280
"Ardalis.GuardClauses": "4.0.1",
283281
"Microsoft.Extensions.Configuration": "6.0.1",
284282
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.10",
285283
"Microsoft.Extensions.Logging": "6.0.0",
286-
"Monai.Deploy.Storage.S3Policy": "0.2.11",
287-
"TestableIO.System.IO.Abstractions": "18.0.1",
288-
"TestableIO.System.IO.Abstractions.Wrappers": "18.0.1"
284+
"Monai.Deploy.Storage.S3Policy": "0.2.13",
285+
"System.IO.Abstractions": "17.2.3"
289286
}
290287
},
291288
"Monai.Deploy.Storage.S3Policy": {
292289
"type": "Transitive",
293-
"resolved": "0.2.11",
294-
"contentHash": "MSvHf//0j5IamEhMbQZgcBqMNXt4NghUS2/ui07BntcraSh2Xrig6GgM45vKdMTz515WUoEjhihY0Lz6sxUKmA==",
290+
"resolved": "0.2.13",
291+
"contentHash": "Cvquf6VH8IHwq9rAmWZse3XZpM9HUsF5/f9wfuKfrNyCM/xRnbVTc8GrOOVGe+SUNg+GAcc0vWiX1efGyOmFyw==",
295292
"dependencies": {
296293
"Ardalis.GuardClauses": "4.0.1",
297294
"Newtonsoft.Json": "13.0.2"
@@ -606,6 +603,11 @@
606603
"System.Threading.Tasks": "4.3.0"
607604
}
608605
},
606+
"System.IO.Abstractions": {
607+
"type": "Transitive",
608+
"resolved": "17.2.3",
609+
"contentHash": "VcozGeE4SxIo0cnXrDHhbrh/Gb8KQnZ3BvMelvh+iw0PrIKtuuA46U2Xm4e4pgnaWFgT4RdZfTpWl/WPRdw0WQ=="
610+
},
609611
"System.IO.Compression": {
610612
"type": "Transitive",
611613
"resolved": "4.3.0",
@@ -1217,19 +1219,6 @@
12171219
"System.Xml.ReaderWriter": "4.3.0"
12181220
}
12191221
},
1220-
"TestableIO.System.IO.Abstractions": {
1221-
"type": "Transitive",
1222-
"resolved": "18.0.1",
1223-
"contentHash": "nacJfL4mGObg8Ttn3ZCJZ2u9z8ivG43xgUJvQQLKCmDnle4m49NYNOLk8cqB4iPdSqVhnUSy+qcIryWgDHCqeg=="
1224-
},
1225-
"TestableIO.System.IO.Abstractions.Wrappers": {
1226-
"type": "Transitive",
1227-
"resolved": "18.0.1",
1228-
"contentHash": "3vGUMEHgL7l1Jyvv0WdDzCrwV6xKRhI2xVgWHQDbfVsye/ZBflhWFyVrCanPHzm0r0WSl0ug8DuaKwmelHlLCw==",
1229-
"dependencies": {
1230-
"TestableIO.System.IO.Abstractions": "18.0.1"
1231-
}
1232-
},
12331222
"xunit.abstractions": {
12341223
"type": "Transitive",
12351224
"resolved": "2.0.3",
@@ -1279,21 +1268,21 @@
12791268
"type": "Project",
12801269
"dependencies": {
12811270
"Macross.Json.Extensions": "[3.0.0, )",
1282-
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.11, )",
1271+
"Microsoft.EntityFrameworkCore.Abstractions": "[6.0.12, )",
12831272
"Monai.Deploy.InformaticsGateway.Common": "[1.0.0, )",
1284-
"Monai.Deploy.Messaging": "[0.1.18, )",
1285-
"Monai.Deploy.Storage": "[0.2.11, )"
1273+
"Monai.Deploy.Messaging": "[0.1.19, )",
1274+
"Monai.Deploy.Storage": "[0.2.13, )"
12861275
}
12871276
},
12881277
"monai.deploy.informaticsgateway.common": {
12891278
"type": "Project",
12901279
"dependencies": {
12911280
"Ardalis.GuardClauses": "[4.0.1, )",
1281+
"System.IO.Abstractions": "[17.2.3, )",
12921282
"System.Threading.Tasks.Dataflow": "[6.0.0, )",
1293-
"TestableIO.System.IO.Abstractions": "[18.0.1, )",
12941283
"fo-dicom": "[5.0.3, )"
12951284
}
12961285
}
12971286
}
12981287
}
1299-
}
1288+
}

0 commit comments

Comments
 (0)