MXS-1220: Enable admin authentication by default
The admin interface now uses HTTP BA authentication by default. This will prevent unrestricted access to the REST API but the authentication is by no means secure and the HTTPS mode for the REST API should be enabled for all production systems.
This commit is contained in:
@ -6,13 +6,7 @@ datadir=@CMAKE_INSTALL_PREFIX@/
|
||||
cachedir=@CMAKE_INSTALL_PREFIX@/
|
||||
language=@CMAKE_INSTALL_PREFIX@/lib/maxscale/
|
||||
piddir=@CMAKE_INSTALL_PREFIX@/
|
||||
|
||||
[feedback]
|
||||
feedback_enable=true
|
||||
feedback_user_info=user_info
|
||||
feedback_url=http://127.0.0.1:8080/load.php
|
||||
feedback_timeout=60
|
||||
feedback_connect_timeout=60
|
||||
admin_auth=false
|
||||
|
||||
[MySQL Monitor]
|
||||
type=monitor
|
||||
|
Reference in New Issue
Block a user