Questions tagged [api-gateway]

A service which acts as a gateway for many other services. Providing discovery, registry, security, circuit breaker, fault tolerance among other things.

Useful links:

1246 questions
0
votes
1 answer

Custom Authorizer using QueryString

I am trying to restrict user to just view its own data and not anyone else's. So, if a user (bob) tries to hit /api/v1/get-device-info?username=jon , I want API gateway to send 403, only allowing username=bob. On the Lambda side, I am getting data…
user3089927
  • 3,575
  • 8
  • 25
  • 33
0
votes
1 answer

Security considerations for API Gateway clustering?

Clients that communicate against a single point of entry via an API Gateway over HTTPS against a RESTful API API Gateway: API Keys for tracking and analytics, oAuth for API platform authentication User Micro service provides user authentication…
jasonlam604
  • 1,456
  • 2
  • 16
  • 25
0
votes
1 answer

Cannot access the microservice through the gateway

I am not experienced in spring micro services and zuul configuration so I will need some help. I have a microservice running on jhipster-registry and I am trying to access the microservice from my application through the gateway. In my application…
0
votes
2 answers

Routing to different container in docker using zuul not working

I have 2 microservices (spring boot app) running in different docker containers and configured with zuul api gateway. Routing to other container is not working. Container 1 is running in 8030 port & container 2 is running on port 8030. Below is the…
sham raj
  • 11
  • 5
0
votes
1 answer

spring security admin gateway and angularjs exception

I am using gateway based authentication in spring security. A user is authenticated from the database. Through zuul, the authenticated user is directed to the UI microservice. A successfully authenticates user at the admin gateway service when…
-1
votes
1 answer

API Gateway timeout on HTTP Rest API Request

I have deployed my legacy application which has few HTTP Rest API's which responds in 1 minute (or greater). As of now there is no way to change this REST application performance. In front I have API gateway which timeout in 30 seconds and there is…
-1
votes
2 answers

Bad Request Sending HTTP REQUEST

When I make a gateway request to the URL manually in my project, it gives me the correct data, but when I try to send an http request with the frontend, the API does not work. Why is that? JavaScript