Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ConfigurationApi/ConfigurationApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="AWSXRayRecorder.Handlers.AwsSdk" Version="2.13.0" />
<PackageReference Include="FluentValidation" Version="10.3.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="10.3.0" />
<PackageReference Include="Hackney.Core.JWT" Version="1.30.0" />
<PackageReference Include="Hackney.Core.JWT" Version="1.87.0" />
<PackageReference Include="Hackney.Core.Logging" Version="1.30.0" />
<PackageReference Include="Hackney.Core.Middleware" Version="1.30.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions ConfigurationApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ public void ConfigureServices(IServiceCollection services)

services.ConfigureLambdaLogging(Configuration);
services.AddLogCallAspect();
// Most opaque design - despite appearing to be unused within this repo
// (no direct references, nor Authorization core is used), this is actually
// used by the Logging Middleware core to print user email.
services.AddTokenFactory();
services.ConfigureS3(Configuration);

Expand Down