if nats-server is configured with username/password authorization how can we use nats-sub/nats-pub utilities?
Running something like nats-pub -s nats://user:pass@nats-server:4222 mysubject returns
on client side: nats: Authorization Violation
on server side:
if nats-server is configured with username/password authorization how can we use nats-sub/nats-pub utilities? Running something like nats-pub -s nats://user:pass@nats-server:4222 mysubject returns on client side: nats: Authorization Violation on server side:
tested with catnats.py (https://github.com/yuce/catnats) using the same user/pass - was working fine