Hi All,
I have a query for the Authorization on subject level
I have 2 users b1 and b2 in same account, and a stream created named "orders"
I want to allow subscription only to a specific subject say "
orders.us" for user b2.
I did the following
Now when I do(nats context is set to user b1)
10:48:35 Unexpected NATS error from server nats://
0.0.0.0:4222: nats: Permissions Violation for Subscription to "_INBOX.t5lymRwE6cfKOPFVpWsxzj"
10:48:35 Unexpected NATS error from server nats://
0.0.0.0:4222: nats: Permissions Violation for Subscription to "_INBOX.t5lymRwE6cfKOPFVpWsy3F.*"
And when I do
I am still able to subscribe to the above subject,
Can anyone please help me and let me know what I am doing wrong
Thanks
Kavish Mehta