billowy-horse-79629
03/07/2022, 1:21 PMarn:aws:iam::111111111:user/pulumi-dev is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::111111111:user/pulumi-dev
I created a group for this user, gave it the sufficient permissions, also created a role that have this as the trust relationship :
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::076477451822:user/pulumi-dev"
},
"Action": "sts:AssumeRole"
}
]
}
can you guys refer me to the right way to do this ?
Thanks, Raz.quiet-wolf-18467
03/07/2022, 4:32 PMlittle-cartoon-10569
03/07/2022, 6:17 PMbillowy-horse-79629
03/08/2022, 10:45 AM