Skip to content
Merged
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
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ commands:
environment:
type: string
steps:
- add_ssh_keys:
fingerprints:
- "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c"
- *attach_workspace
- checkout
- run:
Expand Down Expand Up @@ -89,6 +92,9 @@ commands:
environment:
type: string
steps:
- add_ssh_keys:
fingerprints:
- "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c"
- *attach_workspace
- checkout
- run:
Expand Down Expand Up @@ -145,7 +151,8 @@ jobs:
build-and-test:
executor: docker-python
steps:
- checkout
- checkout:
method: full
- setup_remote_docker
- sonarcloud/scan
- run:
Expand Down
2 changes: 1 addition & 1 deletion ProcessesApi/ProcessesApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Hackney.Core.DynamoDb" Version="1.51.0" />
<PackageReference Include="Hackney.Core.HealthCheck" Version="1.30.0" />
<PackageReference Include="Hackney.Core.Http" Version="1.70.0" />
<PackageReference Include="Hackney.Core.JWT" Version="1.49.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="Hackney.Core.Sns" Version="1.52.0" />
Expand Down
2 changes: 1 addition & 1 deletion ProcessesApi/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ resources:
DurationInSeconds: 0
custom:
authorizerArns:
development: arn:aws:lambda:eu-west-2:859159924354:function:api-auth-verify-token-new-development-apiauthverifytokennew
development: arn:aws:lambda:eu-west-2:859159924354:function:api-gateway-lambda-authorizer
staging: arn:aws:lambda:eu-west-2:715003523189:function:api-auth-verify-token-new-staging-apiauthverifytokennew
production: arn:aws:lambda:eu-west-2:153306643385:function:api-auth-verify-token-new-production-apiauthverifytokennew
safeguards:
Expand Down
Loading