You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AccessDenied: User: arn:aws:iam::<MY_ID>:user/<USER> is not authorized to perform: sts:GetFederationToken on resource: arn:aws:sts::<MY_ID>:federated-user/S3UploadWebToken
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
foriam
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?
The text was updated successfully, but these errors were encountered: