Skip to content

Commit 7beb98e

Browse files
me
1 parent 8008f72 commit 7beb98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfn/ESDK-Python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ Resources:
314314
"Effect": "Allow",
315315
"Resource": [
316316
"arn:aws:secretsmanager:us-west-2:587316601012:secret:TestPyPiCryptoTools-SxeLBh",
317-
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T",
318-
"arn:aws:secretsmanager:us-west-2:587316601012:secret:Github/lucasmcdonald3-fgpat-1aAsdO"
317+
"arn:aws:secretsmanager:us-west-2:587316601012:secret:PyPiAdmin-ZWyd1T"
319318
],
320319
"Action": "secretsmanager:GetSecretValue"
321320
}
@@ -327,6 +326,7 @@ Resources:
327326
Properties:
328327
ManagedPolicyName: !Sub "CryptoTools-SecretsManagerCI-${ProjectName}-release"
329328
Path: "/service-role/"
329+
# Policy: Allow access to a Github fine-grained PAT that can read ESDK-Dafny "Daily CI" artifacts
330330
PolicyDocument: !Sub |
331331
{
332332
"Version": "2012-10-17",

0 commit comments

Comments
 (0)