Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
We have self-made microservice connecting to QlikSense to do some stuff. The microservice account needs to have right to everything.
We have tested below 2 ways, and both works fine. Question is, which way is better?
1. grant Root Admin role to the microservice account.
2. add security rule to allow microservice account to do everything.
We use QlikSense Enterprise 2019 June version.
Best regards,
Susan
If the micro-service account truly needs access to all resources in the context of the QMC, therefore analogous to being a RootAdmin, then make the user a RootAdmin. At the margins, more rules = more compute needed to evaluate access. If the additional rule is entirely duplicative of something that already exists, then it doesn't make sense for the rule to exist both from an efficiency standpoint and from a manageability standpoint.
If the micro-service account truly needs access to all resources in the context of the QMC, therefore analogous to being a RootAdmin, then make the user a RootAdmin. At the margins, more rules = more compute needed to evaluate access. If the additional rule is entirely duplicative of something that already exists, then it doesn't make sense for the rule to exist both from an efficiency standpoint and from a manageability standpoint.
Thank you, Levi!