This repository is extends of https://github.com/uken/fluent-plugin-elasticsearch/ which made connectable to Amazon Elassticsearch Service using Aws Signers V4. Please check the requirements to connect to Amazon Elassticsearch Service without using Aws Signers V4 for before starting use. (reference https://groups.google.com/forum/#!msg/fluentd/uW87VAOqxeE/cfhenicEBAAJ)
Hello, I'm using your plugin on EKS.
AWS has released the new feature for EKS. When I was migrating to this, I found something that didn't work with your plugin.
This feature uses OIDC JSON web token so Aws::AssumeRoleCredentials could not get IAM Roles...
So I modified your plugin to use Aws::AssumeRoleWebIdentityCredentials if web token exists.
Hello, I'm using your plugin on EKS. AWS has released the new feature for EKS. When I was migrating to this, I found something that didn't work with your plugin. This feature uses OIDC JSON web token so
Aws::AssumeRoleCredentials
could not get IAM Roles... So I modified your plugin to useAws::AssumeRoleWebIdentityCredentials
if web token exists.