Skip to content

Commit

Permalink
Fix cognito assume role policy
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek committed Jan 23, 2024
1 parent 28fa8dd commit c82e8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .infrastructure/55_cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ data "aws_iam_policy_document" "authenticated_users_policy" {
actions = ["sts:AssumeRoleWithWebIdentity"]

principals {
type = "Service"
type = "Federated"
identifiers = ["cognito-identity.amazonaws.com"]
}

Expand Down

0 comments on commit c82e8fb

Please sign in to comment.