Skip to content

Commit

Permalink
Add sts:TagSession permission to Stratus role (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
christofort authored Jan 8, 2024
1 parent 8c148ab commit 9ca2c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_iam_role" "role" {
Version = "2012-10-17"
Statement = [
{
Action = ["sts:AssumeRole", "sts:SetSourceIdentity"]
Action = ["sts:AssumeRole", "sts:SetSourceIdentity", "sts:TagSession"]
Effect = "Allow"
Sid = ""
Principal = {
Expand Down

0 comments on commit 9ca2c31

Please sign in to comment.