1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Phil Pennock 28f7c2f1b4 Multiple typo and bug fixes
* Typos in prose
* Typo fix in copy/paste (dropped a letter)
* markup fix: keep list within quoted text
* Auto-corrupt cleanup: Jason to JSON
* gateway: multiple typos and language nits
* monitoring: add missing leafz, fix subsz spelling
2019-12-19 11:54:24 -05:00
..
2019-12-19 11:54:24 -05:00
2019-12-18 22:09:45 +00:00
2019-12-18 22:09:45 +00:00

nsc

NATS account configurations are built using the nsc tool. The NSC tool allows you to:

  • Create and edit Operators, Accounts, Users
  • Manage publish and subscribe permissions for Users
  • Define Service and Stream exports from an account
  • Reference Service and Streams from another account
  • Generate Activation tokens that grants access to a private service or stream
  • Generate User credential files
  • Describe Operators, Accounts, Users, and Activations
  • Push and pull account JWTs to an account JWTs server

Installation

Installing nsc is easy:

curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python

The script will download the latest version of nsc and install it into your system.

Tutorials

You can find various task-oriented tutorials to working with the tool here:

Tool Documentation

For more specific browsing of the tool syntax, check out the nsc tool documentation. It can be found within the tool itself:

> nsc help

Or an online version here.