File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
scripts/infrastructure/policies Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 33## 2025-04-04
44- [ PI-876] Add Backups permission policy to PROD
55
6+ ## 2025-04-04-a
7+ - [ PI-877] Fix deployment policy permission rename
8+
69## 2025-04-02
710- [ PI-872] Enable backups in PROD
811- [ PI-873] Update support policy to have 2 policies
Original file line number Diff line number Diff line change 1- 2025.04.04
1+ 2025.04.04.a
Original file line number Diff line number Diff line change 1+ - [ PI-877] Fix deployment policy permission rename
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " connecting-party-manager"
3- version = " 2025.04.04"
3+ version = " 2025.04.04.a "
44description = " Repository for the Connecting Party Manager API and related services"
55authors = [" NHS England" ]
66license = " LICENSE.md"
Original file line number Diff line number Diff line change 152152 "Resource" : [" arn:aws:s3:::*" ]
153153 },
154154 {
155- "Sid" : " SecretsIntegrationPermissions " ,
155+ "Sid" : " ApigeeSecretsIntegrationPermissions " ,
156156 "Effect" : " Allow" ,
157- "Action" : [" Apigeesecretsmanager :GetSecretValue" ],
157+ "Action" : [" secretsmanager :GetSecretValue" ],
158158 "Resource" : [
159159 " arn:aws:secretsmanager:*:${ACCOUNT_ID}:secret:*-apigee-credentials-*" ,
160160 " arn:aws:secretsmanager:*:${ACCOUNT_ID}:secret:*-apigee-cpm-apikey-*" ,
You can’t perform that action at this time.
0 commit comments