Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikworld2022
Contributor

How to whitelist subnet ip range in virtual proxy

Hello All,

I have AWS Lambda function which is calling API for generation of qlik ticket using subnet ips range. All ports are opened.

Somehow, AWS Lambda Function is not able to generate a qlik ticket as we have not whitlisted the subnet ips. I wanted to understand that how can we whitliste the subnet ip range.

Regards,

 

Labels (2)
2 Replies
Ray_Strother
Support

Hello ,
I believe you will need to edit the pg_hba.conf. The article below should help you.

https://community.qlik.com/t5/Official-Support-Articles/PostgreSQL-postgresql-conf-and-pg-hba-conf-e...

qlikworld2022
Contributor
Author

Thanks @Ray_Strother  for the reply.

Actually, we are not using inbuilt PostgreSQL which comes with qlik installation.

My issue is, in Virtual proxy, we want to whitelist the dynamic IPs (like subnet ips) which has some range.

AWS Lambda API call is happening from these subnet ips to generate qlik ticket via virtual proxy. As you know that we have an option in vproxy to host whitelist the source ips (in this case subnet ips) so that we can allow third party server to communicate with qlik server to generate qlik ticket. 

My question is, how to whitelist the dynamic IPs in virtual proxy or we always needs static IPs only ?

Regards,