Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Building Security framework in Qlik sense

Hi All,

PFA.

I have requirement as per below,

We have users having Admin,Developer and General users  roles.

Admin can have access for all the data.

Developer can be General Dev,Mega Customer Dev,General Secret Customer Dev and General Secret Mega Customer Dev.

General Users can be General ,General Mega Customer,General Secret Customer and General Secret Mega Customer.

I have done as per below,

I have created the streams for General,Secret and Mega Customer and Appy the security rules as per below,

SecretCustomerStream

((user.group="SECRETCUSTOMER"))

MegaCustomerStream

((user.group="MEGACUSTOMER"))

GeneralCustomerStream

((user.group="GENERALCUSTOMER" or user.group="SECRETCUSTOMER" or user.group="MEGACUSTOMER"))


If I am wrong,

Could you please suggest how to provide data level and stream level security in this scenario.


Thanks,

0 Replies