New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

aws-iam-proxy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-iam-proxy

A proxy that signs the requests passing through with iam credentials. These credentials could come from an instance profile or ENV vars.

latest
npmnpm
Version
0.1.11
Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
Created
Source

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)

Keywords

aws

FAQs

Package last updated on 02 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts