openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

fixed internal module path for elasticsearch #190

Closed HesselvanApeldoorn closed 3 years ago

llinder commented 3 years ago

Thanks for the fix! Interesting I haven't run into issues as I've been using ES lately as well but maybe I'm using an older version.

HesselvanApeldoorn commented 3 years ago

It seems this issue will only pop-up when an AWS ES access policy is used that has a Principal that requires roles for access. If IP whitelisting or no access restriction at all is used then the AWS signing module will still not load, but it will not cause any issue as no request needs signing. So this might be why you do not have any issue.