Skip to content

Commit

Permalink
feat: Adds sts:TagSession to allowed actions of ksoc-connect policy d…
Browse files Browse the repository at this point in the history
…ocument

Signed-off-by: Max Brain <[email protected]>
  • Loading branch information
Max Brain committed Apr 24, 2024
1 parent 6c94165 commit 1530f29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
data "aws_iam_policy_document" "assume_role" {
statement {
effect = "Allow"
actions = ["sts:AssumeRole"]
actions = [
"sts:AssumeRole",
"sts:TagSession"
]

principals {
type = "AWS"
Expand Down

0 comments on commit 1530f29

Please sign in to comment.