Skip to content
Discussion options

You must be logged in to vote

To anyone dealing with a similar problem,
I've solved the problem by removing all the aws auth related config lines.

I thought that auth.strategy HAS to be "aws" since I'm working with AWS Opensearch, not Elasticsearch,
which then prevents vector application bootup by saying "missing required AWS auth enum".
(not the exact message, but once auth.strategry="aws" is set, you need to either fill in the access_key infos or credential file location or arn of the role you wish vector application to assume)

Since the vector application runs on AWS infrastucture(ECS) and vector application uses official Rust AWS SDK,
it'll probably assume the roles naturally, meaning I shouldn't have to set any a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nic-igaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant