authorization
Authorization scoped to accepting leaf node connections.
Properties
| Name | Description | Type | Default | Reloadable |
|---|---|---|---|---|
username | User name the connecting server authenticates with (requires password). | string | - | No |
password | Password the connecting server authenticates with (requires username). | string | - | No |
users | A list of multiple users with different credentials. | object | - | No* |
timeout | Maximum number of seconds to wait for a client to authenticate. | float | 1 | No |
account | Account that leaf nodes authenticating with these credentials are bound to. | string | - | No |
nkey | Public user nkey a connecting leaf node must sign for. | string | - | No |
proxy_required | Reject leaf node connections that did not arrive through a PROXY protocol header. | boolean | false | No |
* See the property page for reload caveats.