Replies: 1 comment
-
You could apply a default permission for your users like so:
Taken from https://docs.nats.io/running-a-nats-service/configuration/securing_nats/authorization. Under the Permission Map section, an important note describes the following:
Therefore by only including |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any in NATS permissions that would allow blocking subscribers from doing wildcard subscriptions:
node.*
But allow them to subscribe to specific IDs:
node.ID
Obviously, the ID would have to be "secure" (like a token). Not sure if this is a good idea, but might simplify a use case I'm considering.
Beta Was this translation helpful? Give feedback.
All reactions