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
I am trying to send logs to s3 using vector sink aws_s3.
I have s3 bucket test and correesponding role created. Role has trusted policy and sts:AssumeRole action associated.
However on deploying the configuration, below errors are seen:
{"component_id":"s3_sink","component_kind":"sink","component_name":"s3_sink","component_type":"aws_s3","error":"failed to construct request: Failed to load credentials from the credentials provider: An error occurred while loading credentials: Error { code: "AccessDenied", message: "User: arn:aws:sts::1:assumed-role/test/web-identity-token-1 is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::1:role/test" }",
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to send logs to s3 using vector sink aws_s3.
I have s3 bucket test and correesponding role created. Role has trusted policy and sts:AssumeRole action associated.
However on deploying the configuration, below errors are seen:
{"component_id":"s3_sink","component_kind":"sink","component_name":"s3_sink","component_type":"aws_s3","error":"failed to construct request: Failed to load credentials from the credentials provider: An error occurred while loading credentials: Error { code: "AccessDenied", message: "User: arn:aws:sts::1:assumed-role/test/web-identity-token-1 is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::1:role/test" }",
Below is the config :
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions