Dear Community,
i would like that user x has only access to streams and apps on node a.
I tried following security rule, but it does not work
Ressource Filter : Stream_*, App_*
Actions : read
Conditions : ((user.name="user_x") and (node.name="node_a"))
At the Central node the user_x see's all Streams and Apps, on Node a nothing.
A virtual proxy is configured for node a, with the load balancing nodes central & a.
How can i achieve this? Please help!