khacminh

Results 19 comments of khacminh

hi @ajredniwja, here is the log that I got ```log [AWS cognitoidentity 200 5.272 s 0 retries] getOpenIdTokenForDeveloperIdentity({ IdentityPoolId: 'my-pool-id', Logins: { 'my-logins': 'xxxxxx' }, TokenDuration: 20 }) ```

@ajredniwja it's only takes over **1 second** when I run it from my PC (with Access Key ID and Secret Access Key provided). On the EC2 machine, I attached an...

Hi @ajredniwja , I created a new EC2 machine running Ubuntu 18.04 and run the script with node.js 10.7 and as you said, there is no problem with it. It...

@ajredniwja I tried with the base image is the official [node:12.16.0-alpine3.11](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/alpine3.11/Dockerfile) and met the same problem

Hi @ajredniwja Any update for this issue? Today, I meet the same issue with `CognitoIdentityServiceProvider.adminGetUser()`

@ajredniwja Here is my testing environment: - EKS 1.15 - The worker nodes has attached the IAM role to access the resources - Dockerfile: ```Dockerfile FROM node:12.16.0-alpine3.11 RUN mkdir -p...

Hi @ajredniwja , I tried with your suggestion but with the same result ```js const Aws = require('aws-sdk'); Aws.MetadataService.disableFetchToken = true; async function getToken(username) { const cognito = new Aws.CognitoIdentity({...

Hi @ajredniwja, I tried @mhassan1 workaround and it **does solve the problem**. Could you please take a look at @mhassan1 explanation. If it makes sense to you, please escalate the...

Please also allow user to customize the configuration maps, such as fluent-bit-config