Skip to content

Commit 9d36935

Browse files
authored
Chore: [AEA-5803] - remove old secrets policy (#2534)
## Summary - 🤖 Operational or Infrastructure Change - ### Details Remove the old secrets policy in account resources now that we have locally managed secrets.
1 parent 7cac4da commit 9d36935

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
run: |
7676
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
7777
# this should be the tag of the tests you want to run
78-
REGRESSION_TEST_REPO_TAG=v3.3.1
78+
REGRESSION_TEST_REPO_TAG=v3.6.2
7979
8080
# this should be the tag of the regression test workflow you want to run
8181
# This will normally be the same as REGRESSION_TEST_REPO_TAG
82-
REGRESSION_TEST_WORKFLOW_TAG=v3.3.1
82+
REGRESSION_TEST_WORKFLOW_TAG=v3.6.2
8383
8484
curl https://raw.githubusercontent.com/NHSDigital/electronic-prescription-service-api-regression-tests/refs/tags/${REGRESSION_TEST_WORKFLOW_TAG}/scripts/run_regression_tests.py -o run_regression_tests.py
8585
poetry install

SAMtemplates/functions/lambda_resources.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Resources:
8383
- !ImportValue lambda-resources:LambdaInsightsLogGroupPolicy
8484
- !ImportValue account-resources:CloudwatchEncryptionKMSPolicyArn
8585
- !ImportValue account-resources:LambdaDecryptSecretsKMSPolicy
86-
- !ImportValue secrets:GetNotifySecretsManagedPolicy
8786
- !If
8887
- ShouldIncludeAdditionalPolicies
8988
- !Join

0 commit comments

Comments
 (0)