0.1.11 • Published 5 years ago

aws-iam-proxy v0.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

AWS IAM Proxy

This proxy signs requests with AWS IAM credentials. It will search for IAM credentials from the AWS metadata api and environment variables. Useful if you wish to expose aws services to clients that can not sign their requests.

Dependencies

  • nodejs
  • npm

Installation

$ npm install aws-iam-proxy -g

Usage

$ aws-iam-proxy

Supported ENV variables:

  • AWS_ENDPOINT (required) The AWS service you want to point this reverse proxy at.

  • PORT (optional, default 8000) The port to run this proxy on

  • PROXY_USERNAME (optional) Basic Auth username to protect this proxy with

  • PROXY_PASSWORD (optional) Basic Auth password to protect this proxy with

  • AWS_ACCESS_KEY_ID (optional)

  • AWS_SECRET_ACCESS_KEY (optional)

  • AWS_REGION (optional)

0.1.11

5 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago