logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

using fine grained service account IAM roles in EKS #207

Closed chelomontilla closed 3 years ago

chelomontilla commented 4 years ago

Hi, I'm using service account iam roles in amazon EKS, but I'm not able to get logstash s3 working using an IAM role.

I can see the environment variables in the pod:

The input config:

input {
      s3 {
        role_arn => "${AWS_ROLE_ARN}"
        bucket => "logs-cloudfront"
        prefix => "staging"
        region => "us-west-1"
      }
}

Is there anyway for the plugin to read the identity toke file? Thanks in advance

Chaosmonkeys commented 3 years ago

Any updates?