1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Stephen Asbury 48fa4a4800 Added documentation for deployment, migration, etc...
Fixed some markdown warnings
Added revocation doc
Added a bit about URLs to nsc doc
Updated nsc overview to discuss the env more.
Added info on defining your own well known operator.
2019-09-11 13:44:17 -07:00
..

NATS Account Configuration

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

  • Create and Edit Operators, Accounts, Users
  • Manage subscribe and publish permissions for Users
  • Add and delete Exports and Imports
  • Generate Activation tokens
  • Generate User credential files
  • Describe Operators, Accounts, Users, and Activations
  • Push account JWTs to a server or pull account JWTs from a 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