Skip to content

Commit

Permalink
ci: change secrets policy
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 5, 2024
1 parent d2e05b8 commit f6585bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Resources:
Policies:
Policies:
- AWSSecretsManagerGetSecretValuePolicy:
SecretArn: !Sub 'arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:${SecretName}*'
SecretArn: !Sub 'arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:stori*'
- S3FullAccessPolicy:
BucketName: !Ref BucketName
VpcConfig:
Expand Down

0 comments on commit f6585bb

Please sign in to comment.