Skip to content

Commit c3dae9b

Browse files
committed
fix: Grant correct secret retrieval perm to integ tests
1 parent 21e76cc commit c3dae9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/setup/integ-test-authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Resources:
105105
Action:
106106
- "secretsmanager:GetSecretValue"
107107
Resource:
108-
- !Sub "arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:mcp-lambda-examples-user-creds-*"
108+
- !Sub "arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:mcp-lambda-examples-oauth-client-secret-*"
109109
Roles:
110110
- !Ref IntegrationTestRole
111111

0 commit comments

Comments
 (0)