diff --git a/.circleci/config.yml b/.circleci/config.yml
index 431caa0..182bb18 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -43,6 +43,9 @@ commands:
environment:
type: string
steps:
+ - add_ssh_keys:
+ fingerprints:
+ - "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c"
- *attach_workspace
- checkout
- run:
@@ -89,6 +92,9 @@ commands:
environment:
type: string
steps:
+ - add_ssh_keys:
+ fingerprints:
+ - "SHA256:rPzp7kChj9Z72jls470HfO0YvieTbdUiB+y8hlxJN8c"
- *attach_workspace
- checkout
- run:
@@ -145,7 +151,8 @@ jobs:
build-and-test:
executor: docker-python
steps:
- - checkout
+ - checkout:
+ method: full
- setup_remote_docker
- sonarcloud/scan
- run:
diff --git a/ProcessesApi/ProcessesApi.csproj b/ProcessesApi/ProcessesApi.csproj
index 5222f10..1e0b9ef 100644
--- a/ProcessesApi/ProcessesApi.csproj
+++ b/ProcessesApi/ProcessesApi.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/ProcessesApi/serverless.yml b/ProcessesApi/serverless.yml
index 54817f9..2490946 100644
--- a/ProcessesApi/serverless.yml
+++ b/ProcessesApi/serverless.yml
@@ -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: