Skip to content

Commit 1a1213a

Browse files
authored
chore: add PyPi API tokens to Cfn template (#696)
1 parent 98b5eb7 commit 1a1213a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cfn/ESDK-Python.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ Resources:
312312
"Effect": "Allow",
313313
"Resource": [
314314
"arn:aws:secretsmanager:us-west-2:587316601012:secret:TestPyPiCryptoTools-SxeLBh",
315-
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T"
315+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:TestPyPiAPIToken-uERFjs",
316+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T",
317+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAPIToken-nu1Gu6"
316318
],
317319
"Action": "secretsmanager:GetSecretValue"
318320
}

0 commit comments

Comments
 (0)