Add missing configuration documentation
The admin_log_auth_failures parameter was not documented.
This commit is contained in:
@ -594,6 +594,11 @@ documentation for more details.
|
|||||||
Enable or disable the admin interface. This allows the admin interface to
|
Enable or disable the admin interface. This allows the admin interface to
|
||||||
be completely disabled to prevent access to it.
|
be completely disabled to prevent access to it.
|
||||||
|
|
||||||
|
#### `admin_log_auth_failures`
|
||||||
|
|
||||||
|
Log authentication failures for the admin interface. This parameter expects a
|
||||||
|
boolean value and is enabled by default.
|
||||||
|
|
||||||
#### `sql_mode`
|
#### `sql_mode`
|
||||||
|
|
||||||
Specifies whether the query classifier parser should initially expect _MariaDB_
|
Specifies whether the query classifier parser should initially expect _MariaDB_
|
||||||
|
@ -34,7 +34,8 @@ const maxscale_params = [
|
|||||||
'auth_connect_timeout',
|
'auth_connect_timeout',
|
||||||
'auth_read_timeout',
|
'auth_read_timeout',
|
||||||
'auth_write_timeout',
|
'auth_write_timeout',
|
||||||
'admin_auth'
|
'admin_auth',
|
||||||
|
'admin_log_auth_failures'
|
||||||
]
|
]
|
||||||
|
|
||||||
exports.command = 'alter <command>'
|
exports.command = 'alter <command>'
|
||||||
|
Reference in New Issue
Block a user