Questions tagged [quotaguard]

QuotaGuard provides secure static IP's for cloud-based applications. Typically used for IP-based authentication or to secure data in transit via a known Static IP address. Questions tagged with "quotaguard" should be about specific configuration, setup, and troubleshooting topics.

QuotaGuard Static IP's are enterprise-level secure Static IP's for cloud-based applications.

QuotaGuard is typically used when protected applications need IP-based authentication or when inbound/outbound traffic must be securely routed through a known Static IP address.

Support for QuotaGuard related questions can be submitted directly at https://support.quotaguard.com/support/home.

Help documentation for common configurations and FAQ's is maintained at https://quotaguard.github.io/qg-docs/.

QuotaGuard is available as a direct integration or on any cloud hosting service (Heroku, Azure, GCP, etc).

13 questions
3
votes
1 answer

Regularly get Got an error reading communication packets populating mysql from python3 using quota guard. Any advice?

Every day we have a handful of python 3 scripts running to populate data to our application. The python scripts are on python anywhere. Then we use quota guard (qgtunnel) to get our data over to mysql. The data varies daily and on larger data…
Andrew Kloos
  • 4,189
  • 4
  • 28
  • 36
3
votes
1 answer

Risk of Using 0.0.0.0/0 for MongoDB

I am wondering what is the security risk associated with having 0.0.0.0/0 for MongoDB databases on Atlas? I am hosting a Discord Bot on Heroku and I have been banging my head trying to figure out how to set up the static IPs with QuotaGuard. At this…
Mahyar Mirrashed
  • 471
  • 1
  • 3
  • 14
1
vote
1 answer

How to change the IP address on each Heroku request?

So I'm web scraping Google and am pretty sure it's blocking my requests based on the IP address. I've deployed my app to Heroku (which has dynamic IP addresses when the dynos restart) and I've noticed that if the app is up, after 5 requests, they…
nickcoding2
  • 142
  • 1
  • 8
  • 34
1
vote
1 answer

Where in python requests is curl --proxy-insecure analogue?

How in python using requests package to make an https request through a proxy with disabling certificate verification (analogous to the --proxy-insecure key in curl)? My code: import requests requests.get('https://ip.quotaguard.com',…
Vladimir Pankov
  • 377
  • 3
  • 8
0
votes
0 answers

Whitelist of Heroku Static IP QuotaGuard is timing out to connection to Aurora Postgres

I have a Node JS app hosted on Heroku. The Node JS app has a postgres 14 database that was migrated to Aurora Postgres on AWS. I am now trying to connect the Heroku app to the Aurora Postgres database. In AWS, access to the Aurora Postgres database…
0
votes
1 answer

how to work locally with laravel when third-party api need only production IP to whitelist?

The scenario like this, I deployed my laravel app to heroku. The third-party api needs my production IP for whitelisting in order to use their resources. Heroku doesn't provide ip, I use add on to get ip. It connected ok between my app to…
user15475623
0
votes
1 answer

How to set angular proxy using QuotaGuard using node.js server

I have an angular application running on heroku, that needs to access external API that is accesible only through IP configured in QuotaGuard. constructor(private http: HttpClient){} proxy = new URL("http://username:password@ip:port"); private…
Przemysław Lunic
  • 365
  • 1
  • 4
  • 12
0
votes
2 answers

Download a file from FTP via proxy with Ruby

I have an app running on Heroku, and I need to download a file from an FTP. But I need to do it using a fixed IP. I´m using www.quotaguard.com to have fixed IPs. But I can´t get it working. Does anyone has a Ruby example to download a file from an…
Pod
  • 928
  • 1
  • 10
  • 30
0
votes
1 answer

Proxy Heroku App Running Next.js and Prisma Client

I am trying to use QuotaGuard Static IPs to host a Next.js application. The Next API routes are running Prisma which, in turn is making direct db requests to a protected Microsoft SQL Server. The client has whitelisted my IP for local development…
0
votes
1 answer

Connect Heroku app to Atlas MongoDB using static IP

I'm trying to connect my Heroku app to Atlas MongoDB using static IP. I've installed QuotaGuard Shield Static IP. When running heroku run bash and then running curl http://icanhazip.com/ I get a different IP than then ones mentioned in QuotaGuard…
0
votes
1 answer

LD_PRELOAD not working on Heroku + jemalloc + quotaguard

TL;DR: update your bin/qgtunnel. I've recently noticed an increase in my web dyno's memory usage. After digging a bit, I could see that the LD_PRELOAD variable that should be set with heroku-buildpack-jemalloc was not set correctly. I used a tiny…
Ulysse BN
  • 10,116
  • 7
  • 54
  • 82
0
votes
1 answer

Can't connect SFTP(AWS EC2) with QuotaGuard Static IP

I am using QuotaGuard Static Addon on Heroku to access the SFTP server(AWS EC2) which has whitelisted IP. I have tried to connect with a private key file. This is my code. def connect puts "started" Net::SSH.start(ENV["HOST"], ENV["USER"], …
Remy Wang
  • 666
  • 6
  • 26
0
votes
1 answer

How to setup FTP static ip with QuotaGuard static?

I'm using a nodejs FTP client that's hosted on heroku, but the endpoint I'm connected to needs to whitelist my static IP. Heroku doesn't offer static IPs so I'm using the QuotaGuard addon. I'm a bit lost on how to use the QuotaGuard url to proxy my…
kaid
  • 1,249
  • 2
  • 16
  • 32