-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nats command line utility #210
Comments
We have a companion container https://github.com/nats-io/nats-box for all that |
That is true and helpful, but when using docker compose for example one would need to create a seperate nats-box container for and keep it running. It's way more helpfull to use It's also nice because connecting from within the server container one already has full authority and should be able to directly connect to the server without the need for credentials similar to postgresql. This makes management way more easier. So having the nats cli within the server container would be of great help and benefit. |
nats does not have this "full authority" concept, there's nothing special about the server container or others. |
Well postgresql includes psql and you can authorize local connections without the need for authentication with:
Which is really handy |
It would be so nice to add the nats command line utility similar to synadia/nats-server:nightly.
This would really help when doing development.
The text was updated successfully, but these errors were encountered: