MXS-1220: Allow admin interface to be disabled
Allowing the admin interface to be disabled completely makes it possible to remove any security concerns that could arise from its use.
This commit is contained in:

committed by
Markus Mäkelä

parent
39da11763b
commit
ca7b24f6fa
@ -542,7 +542,7 @@ The port where the HTTP admin interface listens on. The default value is port
|
||||
|
||||
Enable HTTP admin interface authentication using HTTP Basic Access
|
||||
authentication. This is not a secure method of authentication but it does add a
|
||||
small layer of security. This option id disabled by default.
|
||||
small layer of security. This option is disabled by default.
|
||||
|
||||
#### `admin_user`
|
||||
|
||||
@ -573,6 +573,11 @@ documentation for more details.
|
||||
The path to the TLS CA certificate in PEM format. See `admin_ssl_key`
|
||||
documentation for more details.
|
||||
|
||||
#### `admin_enabled`
|
||||
|
||||
Enable or disable the admin interface. This allows the admin interface to
|
||||
be completely disabled to prevent access to it.
|
||||
|
||||
### Service
|
||||
|
||||
A service represents the database service that MariaDB MaxScale offers to the
|
||||
|
Reference in New Issue
Block a user