Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Question about QMC security rules:
I created a rule to allow users (analyzers, not apps owners) to publish bookmarks they create so other users can use them:
!resource.App.stream.Empty() and resource.App.HasPrivilege("read") and resource.objectType = "bookmark"
Action: Publish
The issue is that users are also able to unpublish bookmarks, even if the bookmarks created by other users.
How can I change the rule so that only the bookmark creator (also analyzer, not app owner) can unpublish it?
Thanks!
Hi @Amit_B !
I love seeing security rule questions!
So, I will simplify your rule. Since parts of it is already present in other Default rules like CreateAppObjectPublishedApp.
The rule in question needs the following parameters:
If this answer helped you, please mark it as a solution and give it a like.
Thanks!
Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Hi @Amit_B !
I love seeing security rule questions!
So, I will simplify your rule. Since parts of it is already present in other Default rules like CreateAppObjectPublishedApp.
The rule in question needs the following parameters:
If this answer helped you, please mark it as a solution and give it a like.
Thanks!
Live and Breathe Qlik & AWS.
Follow me on my LinkedIn | Know IPC Global at ipc-global.com