Skip to content

Commit

Permalink
feat: allow sts:TagSession when assuming metadata copy role (#6183)
Browse files Browse the repository at this point in the history
tom-webber authored Nov 26, 2024
1 parent 271c199 commit 2bc6cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ data "aws_iam_policy_document" "create_a_derived_table" {
statement {
sid = "AllowAssumeAPComputeMetadataTransferRole"
effect = "Allow"
actions = ["sts:AssumeRole"]
actions = ["sts:AssumeRole", "sts:TagSession"]
resources = ["arn:aws:iam::${var.account_ids["analytical-platform-compute-production"]}:role/analytical-platform-cadet-runner-assumable"]
}
}

0 comments on commit 2bc6cb9

Please sign in to comment.