Stavros Foteinopoulos

Results 46 comments of Stavros Foteinopoulos

I am getting the following. ``` Access to fetch at 'http://localhost:3000/pod' from origin 'http://127.0.0.1:8000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If...

When I am using `3000` having same error as @aadamovich

It seems installed properly inside my virtual environment, but thanks for your answer.

Any ideas in which release this is going to be merged?

There is a workaround through ignoring E_DEPRECATED on your php.ini or in your app @antoinegomez. Bur it should be fixed because in next php versions it will break.

@spirosoik Totally agree but the issue we have with `internal-nginx` is on version `4.0.18`. The reason I also prefer to hold off is to not introduce new variable on the...

@chankh `time="2018-08-21T13:44:22Z" level=debug msg="Cluster details" cluster=""` It looks like my role has not the ability to describe EKS cluster, while I attached the relevant IAM Policy. Initially also my role...

@chankh `AmazonEKSClusterPolicy` does not have `eks:DescribeCluster` so this was the reason of not working. Thanks for your answer and your documentation update.

@chankh In a new lambda function I recently created, get the same error, but not always, randomly. Is self-cured so it is not a big deal, but it is very...