When creating the policy I'm copying exactly as shown in the docs
With my id replaced.
I am getting the error:
Invalid ARN Resource Resource ARN does not match the expected ARN format. Update the resource portion of the ARN.
arn:aws:sts::MY_ID:federated-user/S3UploadWebToken
I noticed that if I change sts for iam it accepts the policy.
arn:aws:aim::MY_ID:federated-user/S3UploadWebToken
For now I changed the resource for "*" and it uploads but I am not sure of the security implications of this.
Any more info on why this might be happening?
When creating the policy I'm copying exactly as shown in the docs
With my id replaced.
I am getting the error:
Invalid ARN Resource Resource ARN does not match the expected ARN format. Update the resource portion of the ARN.
arn:aws:sts::MY_ID:federated-user/S3UploadWebTokenI noticed that if I change
stsforiamit accepts the policy.arn:aws:aim::MY_ID:federated-user/S3UploadWebTokenFor now I changed the resource for "*" and it uploads but I am not sure of the security implications of this.
Any more info on why this might be happening?