Skip to content

Commit

Permalink
fix: Reintroduce AWSSDK.SecurityToken (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Apr 10, 2024
2 parents 0beca26 + 48e9450 commit 7ee6461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Worker/src/Common/ArmoniK.DevelopmentKit.Worker.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<ItemGroup>
<PackageReference Include="ArmoniK.Api.Worker" Version="3.16.1" />
<PackageReference Include="AWSSDK.S3" Version="3.7.106.1" />
<!-- AWSSDK.SecurityToken is used by AWSSDK.S3 to automatically get credentials from pod secrets -->
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.103.16" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="Grpc.Tools" Version="2.56.0">
Expand Down

0 comments on commit 7ee6461

Please sign in to comment.