Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Moisander
Contributor
Contributor

Qlik-Sense QMC Security Rules

Hello,

I am trying to create a security rule that allows certain IP's to access a stream to add an additional layer of security to applications with sensitive data. (We're setting up a reverse proxy with the additional security)

I have tried with the following syntax:

((user.environment.ip="*"))  IP=All IP's, Stream is not visible
((user.environment.ip like "*"))  IP is similar to All IP's, Stream is not visible
((user.environment.ip!="*"))  IP is not All IP's, Stream is visible
 
Which means the rule is partially correct? But either we're defining the IP poorly or the QMC is not recognizing our IP.
 
Regards,
Johan
Labels (1)
1 Solution

Accepted Solutions
Moisander
Contributor
Contributor
Author

I had missed a setting in the virtual proxy,  so now it is slightly better.

The * options are recognized but my specific IP still does not work.

So:

((user.environment.ip like "*"))  IP is similar to All IP's, Stream is visible
((user.environment.ip!="*"))  IP is not All IP's, Stream is not visible
 
EDIT: Turns out it was an IP problem, everything worked as intended with the right IP (the internal one between server and QMC)

View solution in original post

1 Reply
Moisander
Contributor
Contributor
Author

I had missed a setting in the virtual proxy,  so now it is slightly better.

The * options are recognized but my specific IP still does not work.

So:

((user.environment.ip like "*"))  IP is similar to All IP's, Stream is visible
((user.environment.ip!="*"))  IP is not All IP's, Stream is not visible
 
EDIT: Turns out it was an IP problem, everything worked as intended with the right IP (the internal one between server and QMC)