Skip to content

Commit

Permalink
[integ-tests] Fix AD integration test in iso regions
Browse files Browse the repository at this point in the history
iso regions don't support tagging certificates. Therefore, the condition in IAM policy is too restrictive in iso reginos

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Oct 17, 2024
1 parent e7cf35b commit fad9c79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudformation/ad/ad-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,6 @@ Resources:
- iam:UploadServerCertificate
- iam:TagServerCertificate
Resource: !Sub arn:${AWS::Partition}:iam::${AWS::AccountId}:server-certificate/*
Condition:
StringEquals:
aws:RequestTag/StackId: !Sub ${AWS::StackId}
- Effect: Allow
Action:
- secretsmanager:GetSecretValue
Expand Down

0 comments on commit fad9c79

Please sign in to comment.