Reference
auth_callout
Enables the auth callout functionality. All client connections requiring authentication will have their credentials pass-through to a dedicated auth service.
- Default value: n/a
- Hot reloadable: Yes
Values
Type | Description | Choices |
---|---|---|
object | An object with a set of explicit properties that can be set. | - |
Properties
Name | Description | Type | Default |
---|---|---|---|
issuer | An account public NKey. | string | - |
account | The name or public NKey of an account of the users which will be used by the authorization service to connect to the server. | string | $G |
users | The names or public NKeys of users within the defined account that will be used by the the auth service itself and thus bypass auth callout. | string | - |
key | A public XKey that will encrypt server requests to the auth service. | string | - |