Questions tagged [api-gateway]

8 questions
1
vote
1 answer

A service by AWS that routes traffic based on simple logic

Background we currently use google distance matrix (GDM) apis a lot to help in core business functions. As the cost of GDM went up, we worked on switching on cheaper alternatives. We decided to use OpenStreetMap (OSM) as an alternative. Now we have…
abbood
  • 473
  • 4
  • 13
0
votes
0 answers

Lambda behind API gateway times out, but works using API Gateway test function in console

I recently deployed a lambda that is responsible for a bunch of different endpoints and http methods on each endpoint, which are exposed by the API Gateway. All but one of those are working as expected. One of them is giving me strife. When I hit…
0
votes
0 answers

Auth Error: Windows Service Container to API Container Connection Issues

I’m currently working with two containers in my setup: Container 1: API Container (mapped to port 80:8080, accessible via http://localhost/swagger) Container 2: Windows Service Container The API container generates a JSON file in a folder named…
Suresh S
  • 1
  • 2
0
votes
1 answer

proxy in a docker container implemented only with iptables - refuses connection

We need to implement a proxy only by using iptables in a container and all traffic from other containers use this container to reach internet. Additionally in this proxy, drop trafffic to yahoo.com domain and allow the rest. I've a Oracle VM Box in…
0
votes
1 answer

Setting up Keycloak with Kong v5.1

I found a tutorial how to setup kong with two open source plugins to get keycloak working with kong, but unfortunately it is 2 years old and I ran in troubles. Most of the steps still worked and I was able to install the plugin versions in the…
helle
  • 51
  • 5
0
votes
1 answer

IAM Permissions issue in API Gateway Deployment

AWS threw a below error saying the user doesn't have access to apigateway:TagResource permission, but when I checklist of available permissions in the IAM console, I'm not able to find any such permission. xxxx is not authorized to perform:…
DilLip_Chowdary
  • 103
  • 1
  • 3
0
votes
1 answer

How do I implement user authentication and management in Kubernetes?

I'm trying to architect a micro-service application, that runs in Kubernetes. It consists of several RESTful APIs. I want a central point to implement authentication for these APIs. In my product, users would be able to sign themselves up on a…
0
votes
1 answer

Can I run an API gateway on the same instance as my API?

Is there any reason why an API gateway should be on a separate server to the API? Other than ensuring enough resources for both. I am using krackend API gateway and hosting a python API.
Neil
  • 167
  • 5