Skip to content

adding chained aws credentials support

Allows you to run inside AWS and resolve credentials in order

  1. static credentials (access keys from ELASTIC_CONNECTION_INFO)
  2. EC2 role credentials

Other methods of resolution (Shared and Environment) have been omitted as static credentials are sent from the rails app or they will be resolved from the ec2 instance profile.

Edited by Matt Gresko

Merge request reports