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
2
votes
2 answers

Increase API timeout in fastapi from docker image

I running FastAPI docker image and getting timeouts. The default timeout is 60 seconds. Any idea what will be the simplest way to increase the timeout?
MTZ4
  • 2,274
  • 2
  • 25
  • 41
2
votes
1 answer

How to assign a static public IP to Azure Function

I want to call an HTTP trigger of an Azure function by sending a post request to a static IP. This restriction comes from the fact that I bought a tracker where I can only set an IP and nothing else. It sends http POST requests to the given IP with…
Yannick Widmer
  • 1,286
  • 3
  • 19
  • 30
2
votes
1 answer

Gateway for micro services without ports

I need an API Gateway who'll be the "hub" for all my applications, but none of them will have ports cause they'll never be accessed directly and I can't chose a port since I don't know if the server will have that port free. If it is possible, I…
2
votes
3 answers

404 Not Found when migrating from ingress to istio

I'm trying to migrate from ingress to istio gateway + virtual service routing, but I keep receiving a 404 Not Found error. The only link that the app should be accessed to is using my-todos.com, configured locally. What am I missing here? Note: the…
gusti
  • 393
  • 4
  • 21
2
votes
1 answer

Client may not trust proxy certificate although add_upstream_certs_to_client_chain is set to True

I'm trying to perform MITM between a remote server and IoT internet bridge device but even though I set add_upstream_certs_to_client_chain=true, I'm still getting 'The client may not trust the proxy's certificate' error so basically it means proxy…
2
votes
1 answer

Ocelot placeholder for downstream host

I have an API Gateway running in .NET Core 3.1 using Ocelot. Everything works fine as expected. Now I'm trying to substitute the downstream host during the middleware process. Here's my configuration.json: { "Routes": [ { …
KTOV
  • 559
  • 3
  • 14
  • 39
2
votes
1 answer

Connect shared folder to power bi

I have created a gateway with SQL connections. I wanted to connect an excel file that is stored on the company's shared folder but I keep getting an error: I tried changing the file location to: "\\gvnas\GVNAS\N:\01. CORPORATE....\Compiled Dwell…
Aastha Jha
  • 153
  • 1
  • 2
  • 14
2
votes
0 answers

Azure Application Gateway slash termination uri path

I'm using Azure Application Gateway, I've a strange trouble. The Gateway works for URL similar to: https://www.example.com/resoruce/ It doesn't work for URL similar to: https://www.example.com/resoruce So, I have to terminate the URL with a "/". Can…
Michel Foucault
  • 1,724
  • 3
  • 25
  • 48
2
votes
1 answer

504 Gateway Time-out error using Firefox 68.9.0esr in headless mode with GeckoDriver Selenium and Python

I made a container image with selenium. I used a ubi image from RedHat as base image. I installed the following versions of the geckodriver and Mozilla Firefox geckodriver 0.26.0 (e9783a644016 2019-10-10 13:38 +0000) Mozilla Firefox 68.9.0esr I…
Dennis
  • 23
  • 5
2
votes
1 answer

ISTIO GRPC Gateway configuration

I am trying to setup ISTIO Gateway with GRPC. I am using example from:https://github.com/h3poteto/istio-grpc-example. This example does not contain Gateway. I added the Gateway: kind: Gateway metadata: name: my-gateway namespace:…
Ondra
  • 21
  • 2
2
votes
1 answer

Request within Lambda to ApiGateway resulting in The Request could not be satisfied

As the title suggests I am not longer able to make a request to a apiGateway of mine from a lambda as a the result returns the following response.
2
votes
1 answer

Spring gateway(webflux) - oauth security - issue

Spring 2.2.5.RELEASE Spring Gateway - spring-cloud-starter-gateway - spring-cloud-security - spring-boot-starter-oauth2-resource-server SSO: keycloak 8.0.2 (docker) I've an issue with spring gateway security configuration. In my system there…
th3nu11
  • 21
  • 2
2
votes
0 answers

Cannot connect (SMB nor NFS) from wifi to wired on LAN - Arris router (Cox)

Windows/Linux on WiFi side of LAN can use port 80/web sites on my Linux server on wired side of LAN, but not NFS shares or SMB shares (Samba). Is my Arris router blocking the traffic? If both/all systems are wired, everything works/connects. Does…
ckroger
  • 41
  • 4
2
votes
1 answer

Long call to aws api gateway

The problem I have is the following. I currently have a system running in .NET. This system makes a call to a service which takes approximately 1 minute. We are currently migrating the solution to AWS. And the problem I find is that the Lambda works…
2
votes
1 answer

how to terminate ssl at ingress-gateway in istio?

I am trying to experiment ssl connection in istio ingress gateway. From here istio ssl gateway without termination, i assume that istio ingress gateway by default should terminate ssl. I have installed istio with demo profile, via istioctl. I have…
codeofnode
  • 18,169
  • 29
  • 85
  • 142