Replies: 1 comment
-
What do you mean by "fails to display logs properly"? That would have been my suggestion to see what role it was authenticating with. In case it is helpful, the issue here appears to be the authenticated role lacks permissions to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I’m currently running Vector in a KES pod and have provided a service account to the pod. I’m confident that the service account in the pod can assume the IAM role provided by the OIDC provider. Here’s the evidence:
However, no matter what I do, I can’t get the OpenSearch permissions to work, and I keep receiving a 403 error.
I tried setting the environment variable
VECTOR_LOG="aws_config=debug"
, but the pod fails to display logs properly. What should I do next to troubleshoot this issue?https://github.com/vectordotdev/vector/blob/0a2dc2bafa6e56218797a0c238118ed58fd94113/website/cue/reference/components/aws.cue
is not work?
Beta Was this translation helpful? Give feedback.
All reactions