Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have three streams (Stream 1, Stream 2, Stream3) and three users (User A, User B, User C)
Each stream has two apps
My objective is to provide User A access to apps in Stream 1
The Security Rule created was ((user.name="User A" and resource.name="Stream1")
After applying this rule User A gets access to Stream A however none of the apps in the stream are visible
Can someone explain this behavior and suggest right security rule please
Thanks a lot.
Please try the following:
Resource filter = Stream_ID
Actions: "Read", "Delete", "Publish"
Conditions: ((user.name="prof1"))
*ID needs to be replaced by the Stream ID. (let me know if you need help to get the ID)
In a default environment, this should work.
Under the BASIC section of the security rule, is the "Resource filter" set to App*? You might want to go to QMC->Streams->Security rules->Create associated rule
Thank you
When i created from streams an associated rules the apps are visible
But when i create directly from Security rules (As in the image attached in Q) streams are visible but apps are not
Can you let me know why it behaves so
Hello,
Could you attach a screenshot of the rule you are creating in QMC?
Thanks a lot.
Please try the following:
Resource filter = Stream_ID
Actions: "Read", "Delete", "Publish"
Conditions: ((user.name="prof1"))
*ID needs to be replaced by the Stream ID. (let me know if you need help to get the ID)
In a default environment, this should work.