Code Monkey home page Code Monkey logo

aws-es-proxy's People

Contributors

joona avatar martinzuern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aws-es-proxy's Issues

Issue when profile is MFA

Hello

My AWS config file is setup with 2 profiles, one of then is "assumeRole" and "MFA":

[default]
output = json
region = eu-west-1

[profile dev]
role_arn = arn:aws:iam::xxxxxxxxx:role/admin
source_profile = default
output = json
region = eu-west-1
mfa_serial = arn:aws:iam::xxxxxxxxxxx:mfa/[email protected]

[profile prod]
output = json
region = eu-west-1

When using the --profile dev, it crashes:

Error while getting AWS Credentials.
{ Error: connect ENETUNREACH 169.254.169.254:80
    at Object._errnoException (util.js:1022:11)
    at _exceptionWithHostPort (util.js:1044:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14)
  code: 'ENETUNREACH',
  errno: 'ENETUNREACH',
  syscall: 'connect',
  address: '169.254.169.254',
  port: 80 }

Quiet mode

Can we have an option to not display request into the console ?

I use this component to migrate data from one source to a target (2 instances of the proxy launched on 2 different ports), and using Elasticdump tool, but it slows down as it has to write both requests in terminal (GET/POST)...

Doesn't work for Kibana

Hey there, tried both the npm and dockerized versions, but getting the same:

when visiting localhost:9200/_plugin/kibana (or any other trailing combination), I get stuck with on my browser:

image

It never reaches the desired point of entering the dashboard.

Unexpected error: Object.entries is not a function

Version 1.0.3 is causing problem here:

Unexpected error: Object.entries is not a function
TypeError: Object.entries is not a function
    at /usr/lib/node_modules/aws-es-proxy/index.js:42:26
    at send.handleRequest (/usr/lib/node_modules/aws-es-proxy/index.js:20:10)
    at /usr/lib/node_modules/aws-es-proxy/index.js:97:22
    at next (native)
    at onFulfilled (/usr/lib/node_modules/aws-es-proxy/node_modules/co/index.js:65:19)
    at /usr/lib/node_modules/aws-es-proxy/node_modules/co/index.js:54:5
    at co (/usr/lib/node_modules/aws-es-proxy/node_modules/co/index.js:50:10)
    at IncomingMessage.<anonymous> (/usr/lib/node_modules/aws-es-proxy/index.js:96:5)
    at emitNone (events.js:80:13)
    at IncomingMessage.emit (events.js:179:7)

Pinning to 1.0.2 solves the issue. Using node 5.12.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.