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
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Type: Internal Severity: Error
Summary: failed to retrieve credentials for account default. AWS Error: failed to refresh cached credentials, operation error STS: AssumeRole
, https response error StatusCode: 403, RequestID: xxxxxxxxxxxxxxxxxx, api error AccessDenied: User: xxxxxxxxxxxxxxxxxxxxxxxx is not authorized to perform: sts:AssumeRole on resource: xxxxxxxxxxxxxxxxxxxxxxxx, detecte
d aws env variables: AWS_ROLE_ARN: You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
are classified as INTERNAL but they should have ACCESS level
Expected Behavior
errors like below
the error should be:
Type: Access Severity: Error
Summary: failed to retrieve credentials for account default. AWS Error: failed to refresh cached credentials, operation error STS: AssumeRole
, https response error StatusCode: 403, RequestID: xxxxxxxxxxxxxxxxxx, api error AccessDenied: User: xxxxxxxxxxxxxxxxxxxxxxxx is not authorized to perform: sts:AssumeRole on resource: xxxxxxxxxxxxxxxxxxxxxxxx, detecte
d aws env variables: AWS_ROLE_ARN: You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
Steps to Reproduce
run cloudquery fetch with config that has role_arn set.
example:
Describe the bug
errors like below
are classified as
INTERNAL
but they should haveACCESS
levelExpected Behavior
errors like below
the error should be:
Steps to Reproduce
run
cloudquery fetch
with config that hasrole_arn
set.example:
Possible Solution
remove over severity overwriting after
configureAwsClient
funcProvider and CloudQuery version
aws 0.12.4
Additional Context
No response
The text was updated successfully, but these errors were encountered: