anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

other services than s3 #29

Open AlmogBaku opened 8 years ago

AlmogBaku commented 8 years ago

Why is this project is limited to S3. It'll be nice if it'll be configurable also for other services such as ElasticSearch

anomalizer commented 8 years ago

The original scope was to limit it to S3. Feel free to provide changes that lets this works with other services.

supermasita commented 8 years ago

Hi Anomalizer! As it is right now, I suppose it should work for CloudFront without any changes, right?

Thanks for your work!

anomalizer commented 8 years ago

@supermasita isn't cloudfront supposed to be a CDN? Why would you be running nginx as a proxy in front of cloudfront?

Also, how do expect the auth to work in this case?

anomalizer commented 8 years ago

@AlmogBaku PR #33 lets you configure the backend server. Would this degree of customization suffice for you to point this to elasticsearch?