Unable to perform operation xray:PutTraceSegments using Cognito Identity pool (unauthenticated user)...

0

I am trying to integrate my React application with XRay for application tracing. I created a Cognito Identity Pool, allowed access for unauthenticated users and attached a proper policy to allow uploading traces to XRay service.

In the React app, I am receiving the credentials but after that, the PutTraceSegmentsCommand fails with the following error:

AccessDeniedException: User: arn:aws:sts::<account-ID>:assumed-role/<user-role>/CognitoIdentityCredentials is not authorized to perform: xray:PutTraceSegments because no session policy allows the xray:PutTraceSegments action.

I am using React v18 and AWS Javascript SDK v3. I am not using the Amplify SDK but @aws-sdk/credential-provider-cognito-identity package.

Kindly suggest a resolution.

Thanky in advance, Naveen.

profile pictureAWS
已提问 1 年前108 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则