nsc

nsc edit authcallout

Edit an account authorization callout

nsc edit authcallout [flags]

Options

  -a, --account string               account name
      --allowed-account strings      adds an account public key that the authorization service can bind authorized users to (specify '*' to allow any account that the service can generate users for)
      --auth-user strings            adds a user public key that bypasses the authorization callout and is used by the authorization service itself
  -x, --curve string                 curve key or keypath or the value "generate" to generate a curve encryption target key on the fly
      --disable                      disable external authorization
  -h, --help                         help for authcallout
      --rm-allowed-account strings   removes an account public key or the '*' wildcard that the authorization service can bind authorized users to
      --rm-auth-user strings         removes a user public key that bypasses the authorization callout and is used by the authorization service itself
      --rm-curve                     remove curve encryption target

Options inherited from parent commands

  -H, --all-dirs string       sets --config-dir, --data-dir, and --keystore-dir to the same value
      --config-dir string     nsc config directory
      --data-dir string       nsc data store directory
  -i, --interactive           ask questions for various settings
      --keystore-dir string   nsc keystore directory
  -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
                              public key (private portion is retrieved)
                              or file path to a private key or private key 

SEE ALSO

Auto generated by spf13/cobra on 2-Jan-2025