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
Hi I am facing similar issue. I have used StsAssumeRoleCredentialsProvider on cross account role but the access token doesn't appear to be auto-refreshing. This is trying to access cross account s3 bucket.
Describe the bug
Hi I am facing similar issue. I have used StsAssumeRoleCredentialsProvider on cross account role but the access token doesn't appear to be auto-refreshing. This is trying to access cross account s3 bucket.
Expected Behavior
Expect that the token is auto-refreshed and the requests to s3 are successful
Current Behavior
Getting 403 forbidden error messsage. Have confirmed that the permissions on the bucket and role are consistent and as I expect.
Reproduction Steps
Setup cross account bucket and try to access it by using the assume role code snippet above.
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.20.81
JDK version used
17
Operating System and version
Mac Sonoma 14.16.1
The text was updated successfully, but these errors were encountered: