Questions tagged [gateway]

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

1201 questions
4
votes
0 answers

istio disable tls protocol versión 1.1

I am trying to disable tls protocol versión 1.1 in a k8s cluster with istio 1.6 installed. I have the following gateway configuration, following the [gateway][1] reference. apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: labels: …
framled
  • 388
  • 5
  • 18
4
votes
3 answers

Why X-RateLimit-Remaining -1 in response header while using spring cloud api gateway ratelimit with redis?

I implemented ratelimit with redis in my spring cloud api gateway. Here is part of application.yml: spring: cloud: gateway: httpclient: ssl: useInsecureTrustManager: true discovery: locator: …
Shaheen
  • 41
  • 2
4
votes
5 answers

How to get gateway address when subnetting?

I have to subnet a network from a single class C IP address. I have figured out the subnet mask and the broadcast address (I'm using subnet mask /28) but don't understand how to get the gateway address. Can anyone help me?
toby
  • 51
  • 1
  • 2
  • 3
4
votes
0 answers

the gateway response 401 rather than redirect to login page

I am using the spring cloud gateway in my project, and i found the gateway will failed to route to the downstream service and response a status 401, and the downstream resource server's log show the jwt token is expired at ***, i think the browser…
4
votes
3 answers

magento redirect checkout payment to a 3rd party gateway

I would like to be able to allow users to select a certain option on checkout, and then they will be redirected to the bank page where they use their credit info to pay, then redirected back to magento and set order as approved on success or fail if…
roy naufal
  • 379
  • 1
  • 8
  • 19
4
votes
4 answers

AWS Transit Gateway Equivalent services in Azure

Is there any AWS Transit Gateway Equivalent services in Azure? Azure docs Is this similar to Azure Firewall?
Srikanth
  • 41
  • 1
  • 1
  • 3
4
votes
0 answers

How to configure kubernetes for gateway aggregation pattern?

I would like to configure a gateway to aggregate multiple individual requests into a single request as this link. However, my use case allows user to create additional services. A user submit a request: POST http://gatway_ip/cards/foo The diagram…
lotusirous
  • 93
  • 1
  • 5
4
votes
1 answer

Do you think we would need a CDN in front of an api gateway?

We are using AWS and using the Kong API gateway hosted in AWS. Do you think we would need a CDN in front this API gateway? We don't need much caching, as well as we can attach the WAF in AWS to the alb.
4
votes
0 answers

spring cloud zuul gateway taking long time to serve requests, best practices to tune it

I am using spring-cloud-netflix-zuul for our gateway for multiple services, when I observed the performance of each application using appdynamics I found that the request is taking 2 - 23 ms at gateway and the specific service to process the request…
user1653027
  • 789
  • 1
  • 16
  • 38
4
votes
2 answers

Azure Web Application Gateway performance with load test

I have a Visual Studio load test that runs through the pages on a website, but have experienced big differences in performance when using a load balancer. If I run the tests going straight to Web Server 1 bypassing the load balancer I get an average…
John Corker
  • 192
  • 1
  • 10
4
votes
0 answers

Create new window in Woocommerce on click "Place Order Button"

now i using Woocommerce - wordpress for shopping mall i'm sorry to my bad english but i need your help. First, i want create new payment gateway. it done - After copy other payment gateway, paste my gateway's name in code But i faced big problem. …
Hoyeong Kim
  • 73
  • 1
  • 5
4
votes
2 answers

.NET Core API Gateway

I've got some work to do for school around Microservices. I've got the architectural concept, but need an implementation to show off. I'll be using angular2 as a client, would like to use a .NET core API gateway to dispatch my requests to different…
TanguyB
  • 1,954
  • 3
  • 21
  • 40
4
votes
3 answers

What's the best way to find default gateway IP in Node.js?

What's the best way nowadays to find the default gateway IP Address in Node.js? os.networkInterfaces() doesn't provide this info. The only idea coming in mind is to parse the stdout of a subprocess route -n: Kernel IP routing table Destination …
Rocco Musolino
  • 610
  • 10
  • 22
4
votes
3 answers

My email to text sent to vtext.com stopped working

I have been sending emails (through gmail accounts and gmail smtp server) to text gateways of various wireless providers and they worked pretty well for years until this year. The messages stopped working for all verizon numbers a few months ago. I…
Blue King
  • 53
  • 1
  • 7
4
votes
2 answers

Securing outbound traffic rule from EC2 instances when using ECS

Even when I create EC2 instances in a private subnet, they must be able to send traffic to the Internet if I want to register them to a ECS cluster. I am using a NAT gateway to do this, but I still feel insecure that the instances can send private…