Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

beekpr/aws-iam-proxy

Repository files navigation

Deprecated

Moved to https://github.com/beekpr/aws-es-proxy

AWS-IAM-Proxy

Simple proxy to sign requests to AWS infrastructure with a IAM signing keys. Can be used to access AWS Elastic Search from different apps without these needing to implement request signing.

This work is based on the following gist: https://gist.github.com/nakedible-p/ad95dfb1c16e75af1ad5

Usage

The preferred way to run this proxy is via docker. The following evironment variables need to be set:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

E.g.:

docker run -it -e AWS_ACCESS_KEY_ID=aws_access_key -e AWS_SECRET_ACCESS_KEY=aws_secret_key -p 9200:9200 bkpr/aws-iam-proxy "aws_search_url"

Releases

No releases published

Packages

No packages published